import { KnowledgeEngine } from '@devflow-tools/knowledge-engine'; export declare function resyncKnowledgeDocs(options: { projectRoot?: string; source?: string; withHeadings?: boolean; }): Promise>>; export declare function backfillKnowledgeVectors(options?: { projectRoot?: string; source?: string; batchSize?: number; onProgress?: (progress: { processed: number; remaining: number; lastId?: string; }) => void; }): Promise<{ processed: number; remaining: number; }>; //# sourceMappingURL=docs.d.ts.map