import { Dispatch } from "react"; export default function useLocalStorage(key: string): [string | null, Dispatch];