import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; export declare const PayoutStatus: { readonly Declined: "declined"; readonly Failed: "failed"; readonly Pending: "pending"; readonly Succeeded: "succeeded"; }; export type PayoutStatus = OpenEnum; /** @internal */ export declare const PayoutStatus$inboundSchema: z.ZodType; /** @internal */ export declare const PayoutStatus$outboundSchema: z.ZodType; //# sourceMappingURL=payoutstatus.d.ts.map