export declare const GLOBALS: { [x: string]: any; }; export declare const GLOBAL_FUNCTIONS: readonly string[]; export declare function getScopeFunction(key: string, withNew: boolean): Function; export declare function isMethodWhitelisted(member: string, property: string): boolean; export declare function getClass(member: string): Math | DateConstructor;