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