import { IParserGetModelValidatorNameInput } from './IParserGetModelValidatorNameInput';
import { IParserGetModelValidatorNameOutput } from './IParserGetModelValidatorNameOutput';
export interface IParserGetModelValidatorName {
    (args: IParserGetModelValidatorNameInput): IParserGetModelValidatorNameOutput;
}
