import TransportCommand from '../abstract/transport'; export default class RebootCommand extends TransportCommand { protected keepAlive: boolean; protected Cmd: string; protected postExecute(): void; }