import { ModelOptions } from "../interfaces/model.options.interface"; export declare function Model(options: ModelOptions): any;