import { Model, ModelStatic } from "sequelize";
export declare function build(model: ModelStatic<Model<any, any>>, data: any): Promise<any>;
