/**
 * Large Context Analysis Module
 *
 * Inspired by Consult7 - enables analysis of massive codebases
 * beyond typical context window limitations
 */
export * from './types.js';
export { FileCollector } from './file-collector.js';
export { LargeContextAnalyzer } from './large-context-analyzer.js';
//# sourceMappingURL=index.d.ts.map