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