export interface KnowledgeSourceConfig { name: string; context7Id: string; githubRepo: string; githubDocsPath: string | string[]; l3Urls: string[]; version: string; } export type { KnowledgeAuthority, KnowledgeChunk, KnowledgeChunkKind, KnowledgeCoverageGap, KnowledgeProvenance, KnowledgeReadiness, KnowledgeReadinessStatus, KnowledgeScoreDetails, KnowledgeSourceCatalog, KnowledgeSourceCatalogEntry, KnowledgeSourceKind, KnowledgeSourceSchema, KnowledgeTaskKind, KnowledgeVersionPolicy, NormalizedKnowledgePage, ProjectKnowledgeProfile, } from '@devflow-tools/sdk'; export declare const BUILTIN_SOURCES: KnowledgeSourceConfig[]; //# sourceMappingURL=types.d.ts.map