import type { Storage } from './@types/storage'; import type { PersistedState } from './@types/hook'; export default function createPersistedState(storageKey: string, storage: Storage): [PersistedState, () => void]; //# sourceMappingURL=create-persisted-state.d.ts.map