import * as z from "zod/v3"; import { ClosedEnum } from "../types/enums.js"; export declare const CleansingInternationalBatchRangeDecomposeOptions: { readonly Match: "Match"; readonly Range: "Range"; readonly Full: "Full"; }; export type CleansingInternationalBatchRangeDecomposeOptions = ClosedEnum; /** @internal */ export declare const CleansingInternationalBatchRangeDecomposeOptions$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=cleansinginternationalbatchrangedecomposeoptions.d.ts.map