export interface VirtualBankAccountOpenFee {
    capability?: string;
    country_code?: string;
    currency_code?: string;
    fee?: object;
    max_ga_number?: number;
    settlement_currency_code?: string;
    vba_provider?: string;
}
export declare namespace VirtualBankAccountOpenFee {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=virtualBankAccountOpenFee.d.ts.map