import { MessageMethod } from '.'; export interface DeviceUpdate { method: MessageMethod.DEVICE_UPDATE; params: { [key: string]: any; }; } //# sourceMappingURL=deviceUpdate.d.ts.map