import { AggregateControls, AggregateExpr, AggregateExpr as AggregateExpr$1, AggregateFn, AggregateQuery, AggregateResult } from "@uniqu/core"; //#region src/agg.d.ts /** Resolves output alias: $as if provided, otherwise `{fn}_{field}`. */ declare function resolveAlias(expr: AggregateExpr$1): string; //#endregion export { type AggregateControls, type AggregateExpr, type AggregateFn, type AggregateQuery, type AggregateResult, resolveAlias };