export declare const useLocalStorage: (key: string, initialState: string) => readonly [string, (data: string) => void, () => void];