import type { ValidationResult } from '../types/index.js'; export declare function validateClaudeMd(root: string): ValidationResult;