import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { IoTEnsembleState } from '../state/iot-ensemble.state'; import { LCUServiceSettings } from '@lcu/common'; import * as i0 from "@angular/core"; export declare class IoTEnsembleService { protected http: HttpClient; protected settings: LCUServiceSettings; protected apiRoot: string; State: IoTEnsembleState; constructor(http: HttpClient, settings: LCUServiceSettings); ColdQuery(): Observable; ToggleEmulatedEnabled(): Observable; protected loadHeaders(): { [header: string]: string | string[]; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }