import { Model, ModelStatic } from "sequelize"; import type { UpdateMethodsOptions, UpdateOptions, RulesOptions, StaticProps } from '../decorator'; export declare function updateMany(model: ModelStatic>, where: StaticProps, update: UpdateOptions, rules: RulesOptions, options: UpdateMethodsOptions, schema: any): Promise;