import type { AggregationSpec, AnyDatasetInstance } from '../types.js'; import type { RelationshipBuilderContext } from './relationship-builder-plan.js'; type DatasetShape = AnyDatasetInstance; export declare function applyFilteredAggregationExpression(ds: DatasetShape, spec: AggregationSpec, fieldOrExpr: string, joinCtx?: RelationshipBuilderContext): string; export {}; //# sourceMappingURL=filtered-aggregation-sql.d.ts.map