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