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