import { DataCollection } from '../data_collection'; export declare class Flat extends DataCollection { groupable: boolean; group: any; [key: string]: any; constructor(param: string | any); toJSON(): any; toString(): string; }