import { LightServiceParameters, LightService, Attributes, ConcreteLightService } from "./lightservice";
export declare class BackgroundLightService extends LightService implements ConcreteLightService {
    lastHue: any;
    lastSat: any;
    constructor(parameters: LightServiceParameters);
    private installHandlers;
    onAttributesUpdated: (newAttributes: Attributes) => void;
}
//# sourceMappingURL=backgroundlightservice.d.ts.map