#!/usr/bin/env node /** * Invalidate config and indexer caches to force reload on next access. * Call this when config files change. */ export declare function invalidateCaches(): void; /** * Reload config and reinitialize the indexer. * Returns true if reload was successful, false otherwise. */ export declare function reloadConfig(): Promise; //# sourceMappingURL=index.d.ts.map