import { IStore, IState, IAction } from '../common'; export declare function getState(store: IStore, options?: {}): { [x: string]: any; }; export declare function syncChildStores(store: IStore, state: IState): IState;