export declare function parseJsonLogin(jsonString: string): { accountId: string; password: string; accountType: 'real' | 'demo'; rateLimit?: number; host?: string; appName?: string; tradingDisabled?: boolean; };