import { Model, ModelNotGeneric, ModelProperty } from '../..'; export declare const includeToModel: >(model: M, newProperties: P) => Model;