import { RouteObserverWatcher } from '../services/observe-route.service'; export declare const LEAVE_WATCHERS$: import("rxjs").Observable; export declare const addLeaveWatcher: (watcher: RouteObserverWatcher) => number | void; export declare const getPreviousLeaveWatchers: () => RouteObserverWatcher[];