import type { Indexer } from "./indexer.js"; export declare function startWatcher(indexer: Indexer, rootPath: string): void;