export declare const __GLOBAL_PROPERTIES__: Record; export declare function declareGlobalProperty(key: keyof any): void; export default declareGlobalProperty;