import { Constraints, Validator } from '../..';
export declare class MetaDataValidator extends Validator {
    getConstraints(): Constraints;
}
