import type { DiscoveryResult } from '../middleware/types.ts'; /** * Watch for file changes and re-discover documents when settings.json changes * @param onDiscoveryChange - Callback when discovery changes, receives new discovery result */ export declare function watchForChanges(onDiscoveryChange: (discovery: DiscoveryResult) => void): void; //# sourceMappingURL=watchForChanges.d.ts.map