export declare function getWindow(): Window; export declare function getGlobal(): typeof globalThis; export declare function getWindowOrGlobal(): Window | typeof globalThis;