import { HomebridgeAccessoryWrapper } from './utils';
import { Characteristic, Service } from 'homebridge';
import { SoundTouchVolume } from './sound-touch-volume';
import { SoundTouchDevice } from './types';
export declare class SoundTouchLightbulbVolume extends SoundTouchVolume {
    protected initService(): Service;
    static clearServices(accessoryWrapper: HomebridgeAccessoryWrapper<SoundTouchDevice>): void;
    getVolumeCharacteristic(): Characteristic;
    getMuteCharacteristic(): Characteristic;
}
//# sourceMappingURL=sound-touch-lightbulb-volume.d.ts.map