import RestartConnection from '../abstract/restartConnection'; export default class UsbCommand extends RestartConnection { protected keepAlive: boolean; protected Cmd: string; }