import { MongodbUpdatemanyParams, TTable, MongodbUpdatemanyRes, MongodbSession } from '../index';
declare function fetchUpdateMany(table: TTable, key: string[] | string, params: MongodbUpdatemanyParams, session?: MongodbSession): Promise<MongodbUpdatemanyRes>;
export default fetchUpdateMany;
