import Store from './index';
import type { WatcherStatesType } from '../interface/interface';
export declare const createStore: (table: any, initialStates: WatcherStatesType) => Store;
