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