import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; export declare const BankAccountVerificationStatus: { readonly New: "new"; readonly SentCredit: "sent-credit"; readonly MaxAttemptsExceeded: "max-attempts-exceeded"; readonly Failed: "failed"; readonly Expired: "expired"; readonly Successful: "successful"; }; export type BankAccountVerificationStatus = ClosedEnum; /** @internal */ export declare const BankAccountVerificationStatus$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const BankAccountVerificationStatus$outboundSchema: z.ZodNativeEnum; //# sourceMappingURL=bankaccountverificationstatus.d.ts.map