import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const DisputeStatus: { readonly Prevented: "prevented"; readonly EarlyWarning: "early_warning"; readonly NeedsResponse: "needs_response"; readonly UnderReview: "under_review"; readonly Lost: "lost"; readonly Won: "won"; }; export type DisputeStatus = OpenEnum; /** @internal */ export declare const DisputeStatus$inboundSchema: z.ZodMiniType; /** @internal */ export declare const DisputeStatus$outboundSchema: z.ZodMiniType; //# sourceMappingURL=disputestatus.d.ts.map