export declare const setItem: (key: string, item: any) => void;
export declare const getItem: (key: string) => any;
export declare const removeItem: (key: string) => void;
//# sourceMappingURL=storage.d.ts.map