export default function useLocalStorage(key: string, defaultValue: T): readonly [T, (newValue: T) => void];