import type { CharacteristicValue, PlatformAccessory } from 'homebridge';
import type { Lares4HomebridgePlatform } from './Lares4HomebridgePlatform.js';
export declare class Lares4PlatformScenario {
    private readonly platform;
    private readonly accessory;
    private service;
    constructor(platform: Lares4HomebridgePlatform, accessory: PlatformAccessory);
    reset(): void;
    handleGet(): number;
    handleSet(value: CharacteristicValue): void;
}
