import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const EntitlementGrantAllocationBehavior: { readonly FirstUsage: "first_usage"; readonly UnitStart: "unit_start"; }; export type EntitlementGrantAllocationBehavior = OpenEnum; /** @internal */ export declare const EntitlementGrantAllocationBehavior$inboundSchema: z.ZodMiniType; /** @internal */ export declare const EntitlementGrantAllocationBehavior$outboundSchema: z.ZodMiniType; //# sourceMappingURL=entitlement-grant-allocation-behavior.d.ts.map