import type { GroupBy } from '../common/types.js'; import type { DataSource } from '../data-source/index.js'; import type { PropertyMetaConfig } from '../property/property-config.js'; export declare const defaultGroupBy: (dataSource: DataSource, propertyMeta: PropertyMetaConfig, propertyId: string, data: NonNullable) => GroupBy | undefined; //# sourceMappingURL=default.d.ts.map