import { Service } from 'homebridge'; import { TuyaDeviceSchema } from '../../device/TuyaDevice'; import BaseAccessory from '../BaseAccessory'; export declare function configureLight(accessory: BaseAccessory, service?: Service, onSchema?: TuyaDeviceSchema, brightSchema?: TuyaDeviceSchema, tempSchema?: TuyaDeviceSchema, colorSchema?: TuyaDeviceSchema, modeSchema?: TuyaDeviceSchema): void; //# sourceMappingURL=Light.d.ts.map