import type { InsightParseResult, InsightReaderOptions } from './types.js'; export declare function parseClaudeInsight(path: string, opts?: InsightReaderOptions): InsightParseResult; //# sourceMappingURL=claude-span-reader.d.ts.map