export declare class ErrorHandler {
    private _errors;
    errorLocator: {};
    fixError(xml: string, errorMessage: string): string;
    isThereAnyErrors(): boolean;
    cleanErrors(): void;
    private _fixMissingAttribute;
    private _matchMissingValueForAttribute;
    private _mathGenericMissingValue;
    private _isMissingAttributeValueError;
}
