import { BasicAccessory } from '../interfaces';
import { ExposesEntryWithBinaryProperty, ExposesEntryWithProperty } from '../../z2mModels';
import { BinarySensorHandler } from './binary';
export declare class VibrationSensorHandler extends BinarySensorHandler {
    static readonly exposesName: string;
    constructor(expose: ExposesEntryWithProperty, otherExposes: ExposesEntryWithBinaryProperty[], accessory: BasicAccessory);
    static generateIdentifier(endpoint: string | undefined): string;
}
//# sourceMappingURL=vibration.d.ts.map