import { StorageType } from './StorageType'; type StorageProxyType = { Storage: StorageType | null; }; export declare const StorageProxy: StorageProxyType; export {}; //# sourceMappingURL=StorageProxy.d.ts.map