import { AlternateAccountIdentifiersDto } from './alternateAccountIdentifiersDto';
export interface GlobalAccountUpdateDto {
    alternate_account_identifiers?: AlternateAccountIdentifiersDto;
    deposit_conversion_currency?: string;
    nick_name: string;
}
export declare namespace GlobalAccountUpdateDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=globalAccountUpdateDto.d.ts.map