import * as z from "zod/v3"; import * as models from "../index.js"; import { LoqateError } from "./loqateerror.js"; export type BankAccountValidationInteractiveValidateErrorData = { items?: Array | undefined; }; export declare class BankAccountValidationInteractiveValidateError extends LoqateError { items?: Array | undefined; /** The original data that was passed to this error instance. */ data$: BankAccountValidationInteractiveValidateErrorData; constructor(err: BankAccountValidationInteractiveValidateErrorData, httpMeta: { response: Response; request: Request; body: string; }); } /** @internal */ export declare const BankAccountValidationInteractiveValidateError$inboundSchema: z.ZodType; //# sourceMappingURL=bankaccountvalidationinteractivevalidateerror.d.ts.map