import Command from '../../command';
export default class HostTransportCommand extends Command<boolean> {
    execute(serial: string): Promise<boolean>;
}
//# sourceMappingURL=HostTransportCommand.d.ts.map