export interface BankAccountInstitution {
    country_code?: string;
    name?: string;
    swift_code?: string;
}
export declare namespace BankAccountInstitution {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=bankAccountInstitution.d.ts.map