import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const SubscriptionScheduleChangeType: { readonly PlanChange: "plan_change"; readonly Cancellation: "cancellation"; }; export type SubscriptionScheduleChangeType = OpenEnum; /** @internal */ export declare const SubscriptionScheduleChangeType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const SubscriptionScheduleChangeType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=subscription-schedule-change-type.d.ts.map