import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const PaymentStatus: { readonly Pending: "pending"; readonly Succeeded: "succeeded"; readonly Failed: "failed"; }; export type PaymentStatus = OpenEnum; /** @internal */ export declare const PaymentStatus$inboundSchema: z.ZodMiniType; /** @internal */ export declare const PaymentStatus$outboundSchema: z.ZodMiniType; //# sourceMappingURL=paymentstatus.d.ts.map