import { LanceDBStore } from '../memory/VectorStore.ts'; import { KnowledgeGraphStore } from '../rag/KnowledgeGraphStore.ts'; import type { ISkillManifest } from '../skills/discovery/ISkillManifest.ts'; export declare function connectVectorStore(projectPath: string): Promise; export declare function loadSocietyGraph(projectPath: string): KnowledgeGraphStore; export declare function discoverSkills(projectPath: string): Promise<{ catalog: string; manifests: Map; }>; //# sourceMappingURL=contextSetup.d.ts.map