import { Device } from '../../../../lime-web-components/src'; /** * @deprecated use {@link Device} from `@limetech/lime-web-components` instead */ export interface DeviceStateService extends Device { }