import { MysqlUpdatemanyParams, TTable, MysqlUpdatemanyRes, TSentence } from '../index';
declare function fetchUpdateMany(table: TTable, key: string[] | string, params: MysqlUpdatemanyParams): Promise<MysqlUpdatemanyRes>;
declare function fetchUpdateMany(table: TTable, key: string[] | string, params: MysqlUpdatemanyParams, query: TSentence): Promise<string>;
export default fetchUpdateMany;
