import { PlatformAccessory } from 'homebridge';
import { EcowittPlatform } from './../EcowittPlatform';
import { Sensor } from './Sensor';
export declare class MotionSensor extends Sensor {
    protected readonly platform: EcowittPlatform;
    protected readonly accessory: PlatformAccessory;
    protected readonly id: string;
    protected readonly name: string;
    constructor(platform: EcowittPlatform, accessory: PlatformAccessory, id: string, name: string);
    protected setMotionDetected(motionDetected: boolean): void;
    protected updateMotionDetected(motionDetected: boolean): void;
    protected updateValue(value: string): void;
}
//# sourceMappingURL=MotionSensor.d.ts.map