import { Dispatch, SetStateAction } from 'react'; declare type Response = [T, Dispatch>]; export declare function usePersistedState(key: string, initialState: any): Response; export {};