import { Connection } from '../../connection'; import ValueCommand from '../abstract/value'; export default class GetDevicePathCommand extends ValueCommand { protected autoEnd: boolean; protected Cmd: string; constructor(connection: Connection, serial: string); protected parse(value: string): string; }