import type { PlatformAccessory } from 'homebridge'; import type { ZoneStatus } from '../../models/Zone.js'; import type { OmniLinkPlatform } from '../../platform.js'; import { SensorBase } from './SensorBase.js'; export declare class MotionSensor extends SensorBase { constructor(platform: OmniLinkPlatform, platformAccessory: PlatformAccessory); static type: string; setEventHandlers(): void; private getMotionDetected; updateValues(zoneStatus: ZoneStatus): void; } //# sourceMappingURL=MotionSensor.d.ts.map