import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const SweepStatus: { readonly Accruing: "accruing"; readonly ActionRequired: "action-required"; readonly Canceled: "canceled"; readonly Closed: "closed"; readonly Failed: "failed"; readonly Paid: "paid"; }; export type SweepStatus = ClosedEnum; /** @internal */ export declare const SweepStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const SweepStatus$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=sweepstatus.d.ts.map