import type { DocValidator } from '../lint/doc-validator.js'; import type { GardenReport } from './maintenance.types.js'; export declare class DocGardenerService { private readonly validator; constructor(validator: Pick); garden(dirPath: string): Promise; } //# sourceMappingURL=doc-gardener.service.d.ts.map