import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const CancellationType: { readonly Immediate: "immediate"; readonly EndOfPeriod: "end_of_period"; readonly ScheduledDate: "scheduled_date"; }; export type CancellationType = OpenEnum; /** @internal */ export declare const CancellationType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const CancellationType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=cancellation-type.d.ts.map