import type { DocValidationResult } from './lint.types.js'; interface DocValidatorOptions { stalenessThresholdDays: number; } export declare class DocValidator { private readonly stalenessThresholdDays; constructor(options: DocValidatorOptions); validateDirectory(dirPath: string): Promise; validateFile(filePath: string): Promise; private checkFrontmatter; private checkLinks; private stripCodeBlocks; } export {}; //# sourceMappingURL=doc-validator.d.ts.map