import { CharacteristicValue, PlatformAccessory } from 'homebridge'; import { SuplaPlatform } from '../platform'; import { SuplaChannelContext } from '../Heplers/SuplaChannelContext'; export declare class GarageDoorOpenerAccesory { private readonly platform; private readonly accessory; private readonly context; private service; private state; constructor(platform: SuplaPlatform, accessory: PlatformAccessory, context: SuplaChannelContext); handleCurrentDoorStateGet(): Promise; handleTargetDoorStateGet(): Promise; handleTargetDoorStateSet(): Promise; handleObstructionDetectedGet(): Promise; } //# sourceMappingURL=GarageDoorOpenerAccesory.d.ts.map