import { API, Service, Characteristic } from 'homebridge';
export declare class SoilCharacteristic extends Characteristic {
    static readonly UUID: string;
    constructor();
}
export declare class PlantSensor extends Service {
    static readonly UUID: string;
    static SoilMoisture: typeof SoilCharacteristic;
    static SoilFertility: typeof SoilCharacteristic;
    constructor(displayName: string, subtype?: string);
}
export declare const plantSensorService: (api: API) => typeof PlantSensor;
//# sourceMappingURL=plantSensorService.d.ts.map