import { Connection } from '../../connection'; import TransportCommand from '../abstract/transport'; export default class IsInstalledCommand extends TransportCommand { protected keepAlive: boolean; protected Cmd: string; constructor(connection: Connection, serial: string, pkg: string); protected postExecute(): Promise; }