import * as windowGetters from "@walletconnect/window-getters"; export declare const getFromWindow: typeof windowGetters.getFromWindow; export declare const getFromWindowOrThrow: typeof windowGetters.getFromWindowOrThrow; export declare const getDocumentOrThrow: typeof windowGetters.getDocumentOrThrow; export declare const getDocument: typeof windowGetters.getDocument; export declare const getNavigatorOrThrow: typeof windowGetters.getNavigatorOrThrow; export declare const getNavigator: typeof windowGetters.getNavigator; export declare const getLocationOrThrow: typeof windowGetters.getLocationOrThrow; export declare const getLocation: typeof windowGetters.getLocation; export declare const getCryptoOrThrow: typeof windowGetters.getCryptoOrThrow; export declare const getCrypto: typeof windowGetters.getCrypto; export declare const getLocalStorageOrThrow: typeof windowGetters.getLocalStorageOrThrow; export declare const getLocalStorage: typeof windowGetters.getLocalStorage; //# sourceMappingURL=window.d.ts.map