import { type Observer } from '../../types'; export declare function clearWatcher(watcher: Observer): void;