import { Data } from '../../interface'; /** @ignore */ export declare function group(data: Data, fields: string[], appendConditions?: Record): any[];