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