import type { AsyncStorage, Storage } from '../@types/storage'; export default function useStorageHandler(key: string, storageKey: string, applyValue: (value: T) => void, storage: AsyncStorage | Storage, initialValue: T | (() => T)): void; //# sourceMappingURL=use-storage-handler.d.ts.map