export interface IParserGetModelValidatorDefInput {
    modelValidatorName: string;
}
