export declare class ValidateMsgService { constructor(); getValidatorErrorMessage(validatorName: string, validatorValue?: any): any; }