export declare const getLocalState: <T>(key: string, fallback?: T) => T;
export declare const setLocalState: <T>(key: string, value: T) => void;
//# sourceMappingURL=localStorage.d.ts.map