import { type CodexSegment } from './shared.mts'; export declare function segmentCodex(lines: string[]): CodexSegment | undefined;