export function useWebStorageApi(store: Storage, key: string, defaultValue?: any, { isJSON }?: { isJSON?: boolean; }): import('./types').WebStorageStateHookInterface; export function storageKeys(store: Storage): Generator; export type WebStorageStateHookInterface = import('./types').WebStorageStateHookInterface;