export interface BeneficiarySampleDto {
    bank_country_code?: string;
    account_currency?: string;
    transfer_method?: string;
    local_clearing_system?: string;
    entity_type?: string;
    provider?: string;
    type?: string;
}
export declare namespace BeneficiarySampleDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=beneficiarySampleDto.d.ts.map