import { Dispatch, SetStateAction } from 'react'; import { StorageConfig } from './StorageConfig.js'; export declare function useStorage(storage: Storage, key: string, defaultValue: T, options?: Partial): [T, Dispatch>];