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