import { Mt5AccountData } from './mt5AccountData'; export declare class Mt5Account { 'code'?: number; 'message'?: string; 'timestamp'?: number; 'data'?: Mt5AccountData; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }