/**
 * In-Memory RDF Store - Index
 *
 * Exports all components of the In-Memory RDF Store system
 * for high-performance RDF storage optimized for LLM queries and MCP context.
 */
export { default as InMemoryRDFStore } from './InMemoryRDFStore';
export * from './types';
export { defaultInMemoryRDFConfig } from './types';
//# sourceMappingURL=index.d.ts.map