/// export declare function getWindow(): Window; export declare function getGlobal(): NodeJS.Global; export declare function getWindowOrGlobal(): Window | NodeJS.Global;