import { default as WasherV2 } from '../../devices/WasherDryer'; import { LGThinQHomebridgePlatform } from '../../platform'; import { CharacteristicValue, PlatformAccessory } from 'homebridge'; export default class Washer extends WasherV2 { readonly platform: LGThinQHomebridgePlatform; readonly accessory: PlatformAccessory; constructor(platform: LGThinQHomebridgePlatform, accessory: PlatformAccessory); setActive(value: CharacteristicValue): Promise; } //# sourceMappingURL=Washer.d.ts.map