import { TTable, RedisSetParams, RedisSetmanyRes } from '../index';
declare function fetchSetmany(table: TTable, params: RedisSetParams[], expire?: number): Promise<RedisSetmanyRes>;
export default fetchSetmany;
