import * as z from "zod/v3"; export type GetBankAccountMappingRequest = { /** * Unique identifier for a company. */ companyId: string; /** * Unique identifier for a connection. */ connectionId: string; }; /** @internal */ export type GetBankAccountMappingRequest$Outbound = { companyId: string; connectionId: string; }; /** @internal */ export declare const GetBankAccountMappingRequest$outboundSchema: z.ZodType; export declare function getBankAccountMappingRequestToJSON(getBankAccountMappingRequest: GetBankAccountMappingRequest): string; //# sourceMappingURL=getbankaccountmapping.d.ts.map