export interface ValidationMessageMapperFn { (validatorName: string, validatorValue?: any): string; } export declare function defaultValidationMessageMapper(validatorName: string, validatorValue?: any): string;