import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const AggregationType: { readonly Count: "COUNT"; readonly Sum: "SUM"; readonly Avg: "AVG"; readonly CountUnique: "COUNT_UNIQUE"; readonly Latest: "LATEST"; readonly SumWithMultiplier: "SUM_WITH_MULTIPLIER"; readonly Max: "MAX"; readonly WeightedSum: "WEIGHTED_SUM"; }; export type AggregationType = OpenEnum; /** @internal */ export declare const AggregationType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const AggregationType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=aggregation-type.d.ts.map