import { IStore, IState, IAction, StoreInternal } from '../common'; export declare function topDown(level: StoreInternal, fn: (level: StoreInternal, levelIndex: number, dictKey?: string) => void, levelIndex?: number, dictKey?: string): void; export declare function buildStoreKey(key: string, parent?: IStore): string;