import { IState, IAction, IStore, StoreInternal } from '../common'; export declare function get(parent: StoreInternal, path: string | undefined, options?: { key?: string; initialState?: S; }): IStore | undefined;