import * as z from "zod/v3"; export type BankAccountValidationInteractiveRetrieveBySortcodeGlobals = { source?: string | undefined; }; export type BankAccountValidationInteractiveRetrieveBySortcodeRequest = { /** * The key to use to authenticate to the service. */ key?: string | undefined; /** * The branch sortcode. */ sortCode: string; }; /** @internal */ export type BankAccountValidationInteractiveRetrieveBySortcodeRequest$Outbound = { Key?: string | undefined; SortCode: string; }; /** @internal */ export declare const BankAccountValidationInteractiveRetrieveBySortcodeRequest$outboundSchema: z.ZodType; export declare function bankAccountValidationInteractiveRetrieveBySortcodeRequestToJSON(bankAccountValidationInteractiveRetrieveBySortcodeRequest: BankAccountValidationInteractiveRetrieveBySortcodeRequest): string; //# sourceMappingURL=bankaccountvalidationinteractiveretrievebysortcode.d.ts.map