import { Updater } from '@topwrite/common'; export default function useLocalStorageStateWithBook(key: string, initialValue: T): [T, Updater];