export declare function useLocalStorageEffect(key: string, effect: (storedValue: any) => void | (() => void), dependencies?: any[]): void;
