import { AccessoryPlugin, CharacteristicValue, Service, Nullable } from 'homebridge'; import { SmartHomeNGPlatform } from '../platform'; export declare class ContactSensor implements AccessoryPlugin { private readonly platform; private readonly accessory; private readonly deviceService; private readonly informationService; name: string; private contactState; constructor(platform: SmartHomeNGPlatform, accessory: any); identify(): void; getServices(): Service[]; handleContactSensorStateGet(): Nullable; shngContactStateCallback(value: unknown): void; } //# sourceMappingURL=ContactSensor.d.ts.map