import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const AggregationFunction: { readonly Count: "count"; readonly Sum: "sum"; readonly Max: "max"; readonly Min: "min"; readonly Avg: "avg"; readonly Unique: "unique"; }; export type AggregationFunction = ClosedEnum; /** @internal */ export declare const AggregationFunction$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=aggregationfunction.d.ts.map