export declare const skipWatcher: (watcher: string, durationMs?: number) => void;
export declare const unskipWatcher: (watcher: string) => void;
export declare const handleWatcher: (watcher: string, handler: Function) => void;
