type Value<T> = T | null;
export declare function useReadLocalStorage<T>(key: string): Value<T>;
export {};
