import { loadConfig } from '../config.js'; declare function discoverScorecardPaths(cwd: string, config: ReturnType): string[]; declare function resolveScorecardPath(path: string | undefined, sprintSelector: string | undefined, cwd: string, config: ReturnType): string; /** Marker prefix distinguishing slope-generated reviews from project-authored * ones. The full first line carries a content hash of the body, so a * generated file counts as regenerable only while it is PRISTINE: a * human-edited generated review keeps the marker but fails the hash and is * protected like an authored file, and an authored file that merely quotes * the marker elsewhere never matches, because only line 1 is consulted. */ export declare const REVIEW_GENERATED_MARKER = "