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