import { TStateHook } from './types';
export declare const usePersistingState: <T>(key: string, initialState?: T) => TStateHook<T>;
//# sourceMappingURL=usePersistingState.d.ts.map