import { IIntermediateModel } from '../types/model'; import { IReducerSchema } from '../types/schema'; export declare const traverse: (schema: ReducerSchema, namespacing: string[]) => IIntermediateModel;