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