import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const CustomerCancellationReason: { readonly CustomerService: "customer_service"; readonly LowQuality: "low_quality"; readonly MissingFeatures: "missing_features"; readonly SwitchedService: "switched_service"; readonly TooComplex: "too_complex"; readonly TooExpensive: "too_expensive"; readonly Unused: "unused"; readonly Other: "other"; }; export type CustomerCancellationReason = OpenEnum; /** @internal */ export declare const CustomerCancellationReason$inboundSchema: z.ZodMiniType; /** @internal */ export declare const CustomerCancellationReason$outboundSchema: z.ZodMiniType; //# sourceMappingURL=customercancellationreason.d.ts.map