import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; export declare const SubscriptionModifyType: { readonly Inheritance: "inheritance"; readonly QuantityChange: "quantity_change"; readonly GroupedInvoicing: "grouped_invoicing"; readonly TrialEnd: "trial_end"; readonly Coupon: "coupon"; readonly Tax: "tax"; readonly Addon: "addon"; }; export type SubscriptionModifyType = ClosedEnum; /** @internal */ export declare const SubscriptionModifyType$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=subscription-modify-type.d.ts.map