import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const EntitlementEntityType: { readonly Plan: "PLAN"; readonly Subscription: "SUBSCRIPTION"; readonly Addon: "ADDON"; }; export type EntitlementEntityType = OpenEnum; /** @internal */ export declare const EntitlementEntityType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const EntitlementEntityType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=entitlement-entity-type.d.ts.map