import { IState, IAction, IStore, StoreInternal } from '../common'; export declare function add(parent: StoreInternal, path: string, store: IStore): void;