import { Store } from './typeHelper';
export declare function createStore<T extends object = any>(): Store<T>;
