import { Model, ModelProperty } from '../types/model.types'; export declare const createModel: >(properties: T, name?: string) => Model;