import { IdentityDto } from './../../../shared/identity.dto'; export declare class AccountBalanceWalletFinancialInstrumentDto { identity: IdentityDto; type: string; rank: number; status: string; constructor(d?: AccountBalanceWalletFinancialInstrumentDto); }