type GlobalThis = Window & typeof globalThis; export declare function getGlobal(): GlobalThis; export declare function noStorageSupport(that?: GlobalThis): boolean; export {};