import { Connection } from '../../connection'; import TransportParseAllCommand from '../abstract/transportParseAll'; export default class ReverseCommand extends TransportParseAllCommand { protected Cmd: string; constructor(connection: Connection, serial: string, remote: string, local: string); protected parse(value: string): Promise; }