import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const EntitlementAggregationMode: { readonly Additive: "additive"; readonly Parallel: "parallel"; }; export type EntitlementAggregationMode = OpenEnum; /** @internal */ export declare const EntitlementAggregationMode$inboundSchema: z.ZodMiniType; /** @internal */ export declare const EntitlementAggregationMode$outboundSchema: z.ZodMiniType; //# sourceMappingURL=entitlement-aggregation-mode.d.ts.map