export declare type CTraderLoginParameters = { clientId: string; clientSecret: string; demoProxy?: string; liveProxy?: string; accessToken: string; cTraderBrokerAccountId: string; };