import { IModel } from './types/model'; import { ISchema } from './types/schema'; export declare const buildModels: (schema: ISchema) => IModel[];