import { IParserGetModelValidatorUnitTestPathsInput } from './IParserGetModelValidatorUnitTestPathsInput';
import { IParserGetModelValidatorUnitTestPathsOutput } from './IParserGetModelValidatorUnitTestPathsOutput';
export interface IParserGetModelValidatorUnitTestPaths {
    (args: IParserGetModelValidatorUnitTestPathsInput): IParserGetModelValidatorUnitTestPathsOutput;
}
