import { Store } from './types'; export declare const LOCAL_STORAGE_STORE: Store; export declare const SESSION_STORAGE_STORE: Store;