import { Models, NamedModel, RematchBag, RematchStore } from './types'; export declare const createReducerDispatcher: , TExtraModels extends Models, TModel extends NamedModel>(rematch: RematchStore, model: TModel) => void; export declare const createEffectDispatcher: , TExtraModels extends Models, TModel extends NamedModel>(rematch: RematchStore, bag: RematchBag, model: TModel) => void; //# sourceMappingURL=dispatcher.d.ts.map