import type { ScopedSegment } from '../scopes/types.js'; /** Strips markup that is never readable prose. Exported for direct unit testing. */ export declare function stripNonProse(text: string): string; /** Builds the prose blocks a readability score reads, from `summary` segments. */ export declare function extractProse(segments: ScopedSegment[]): string[]; //# sourceMappingURL=prose-extract.d.ts.map