import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const EntitlementGrantMeasure: { readonly Quantity: "quantity"; readonly Amount: "amount"; }; export type EntitlementGrantMeasure = OpenEnum; /** @internal */ export declare const EntitlementGrantMeasure$inboundSchema: z.ZodMiniType; /** @internal */ export declare const EntitlementGrantMeasure$outboundSchema: z.ZodMiniType; //# sourceMappingURL=entitlement-grant-measure.d.ts.map