import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const CancellationStatus: { readonly Pending: "pending"; readonly Completed: "completed"; readonly Failed: "failed"; }; export type CancellationStatus = ClosedEnum; /** @internal */ export declare const CancellationStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const CancellationStatus$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=cancellationstatus.d.ts.map