import { TTable, MysqlSetParams, TSentence } from '../index';
declare function fetchSetmany(table: TTable, params: MysqlSetParams[]): Promise<any>;
declare function fetchSetmany(table: TTable, params: MysqlSetParams[], query: TSentence): Promise<string>;
export default fetchSetmany;
