import type { XmlFile } from '../../files/XmlFile'; import type { OnFileValidateEvent } from '../../interfaces'; export declare class XmlFileValidator { event: OnFileValidateEvent; constructor(event: OnFileValidateEvent); process(): void; private validateComponent; }