export declare const localStorage: { getItem: (key: string) => Promise; setItem: (key: string, value: any) => Promise; removeItem: (key: string) => Promise; }; export declare const sessionStorage: { getItem: (key: string) => Promise; setItem: (key: string, value: any) => Promise; removeItem: (key: string) => Promise; }; //# sourceMappingURL=index.d.ts.map