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