export declare class RemoteLoginClient { connection: any; config: any; log: boolean; constructor(config: { ip: string; username: string; password: string; }, log?: boolean); ssh(cmd?: string): Promise; vnc(): Promise; }