import { EventEmitter } from "@angular/core"; export declare class WatchDirective { onChange: EventEmitter; private previousValue; private lastUpdateTime; private first; watch: any; }