import store from 'store2';
export { store };
export declare const get: () => any;
export declare const set: import("lodash").DebouncedFunc<(changes: any) => void>;
