import { DeviceModel } from '../../lib/DeviceModel'; export default function HoodState(deviceModel: DeviceModel, decodedMonitor: any): { hoodState: { ventMode: any; error: any; ventLevel: number; lampSet: any; remainTimeMinute: number; ventSet: any; hoodFotaEnable: string; remainTimeSecond: number; childLock: string; standyMode: string; lampLevel: number; hoodState: string; }; }; //# sourceMappingURL=HoodState.d.ts.map