import { KnowledgeGraph } from './types.js'; export declare const createKnowledgeGraph: () => KnowledgeGraph;