/** this conditions will be removed in the production build */ export declare const DEVELOPMENT = true; export declare const globalName = "fusorjs"; export declare const elementExtrasName: "_fusorjs"; export declare const ObjectIs: (value1: any, value2: any) => boolean; export declare const getPropertyDescriptor: (value: any, property: string) => PropertyDescriptor | undefined;