import { Service, Characteristic } from 'homebridge'; export declare const DEFAULT_FILTER_CHANGE_THRESHOLD = 5; interface FilterChangeIndicationOptions { filterChangeThreshold: number; } export declare function add(maybeDevice: Promise, service: Service, characteristic: typeof Characteristic.FilterChangeIndication, options: FilterChangeIndicationOptions): Characteristic; export {}; //# sourceMappingURL=filter-change-indication.d.ts.map