export declare const resetStorage: { readonly set: () => void; readonly get: () => null; readonly remove: (key: Key) => Promise; }; export declare type ResetStorage = typeof resetStorage;