import { Labelled } from '../../../../common'; import { OpenAPIDevice } from '../../../../data'; export declare class OpenAPIDeviceStateReceivedEvent implements Labelled { readonly deviceState: OpenAPIDevice; label: string; constructor(deviceState: OpenAPIDevice); } //# sourceMappingURL=openapi-device-state-received.event.d.ts.map