import type { RunQualityConfig, RunQualityConfigResult } from "./types.js"; export declare const DEFAULT_RUN_QUALITY_CONFIG: RunQualityConfig; /** Read and validate the project-owned coord.run_quality object as one unit. */ export declare function readRunQualityConfig(coordRoot: string): RunQualityConfigResult; //# sourceMappingURL=config.d.ts.map