export declare function useStorage(id: string, initialState?: T): [T, (newState: T) => void, boolean]; //# sourceMappingURL=useStorage.d.ts.map