import { WatcherType } from '../Constants'; import { TAbstractWatcher } from '../Models'; export declare function AbstractWatcher(type: WatcherType | string, name: string, tags?: ReadonlyArray): TAbstractWatcher;