import Constraints from './annotation/Constraints';
export default class ValidationMessage {
    format(constraint: Constraints): string;
}
