/**
 * Knowledge Storage System
 *
 * Exports all components of the knowledge storage system
 * with optimized implementations for performance, memory efficiency,
 * and type safety.
 */
export * from './BaseKnowledgeStorage.js';
export * from './KnowledgeStorage.js';
//# sourceMappingURL=index.d.ts.map