import { Model, ModelNotGeneric } from '../../types'; export declare const mergeModels: (model1: M1, model2: M2) => Model;