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