import type { BaselineEntry } from "../features/detect/merge/ratchet.js"; /** * Reads the baseline of project-map:CTR-010. It is not part of the analysis * unit and never reaches the artifact, so it is parsed here rather than by the * materializer, and a file that will not parse stops the run before it starts. */ export declare function parseBaseline(content: string, path: string): readonly BaselineEntry[];