import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const CommitmentType: { readonly Amount: "amount"; readonly Quantity: "quantity"; }; export type CommitmentType = OpenEnum; /** @internal */ export declare const CommitmentType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const CommitmentType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=commitment-type.d.ts.map