import { VanillaMirror } from './vanilla-mirror'; export declare class Watcher { private editor; listener: any; isWatching: boolean; contentObserver: MutationObserver; constructor(editor: VanillaMirror, listener: any); startWatching: () => void; stopWatching: () => void; noWatch: (cb: any) => void; } //# sourceMappingURL=watcher.d.ts.map