import { ISchema } from './types/schema'; import { IRoot } from './types/root'; export declare const createReducers: (schema: Schema) => IRoot;