import { IApi } from '../config';
export interface IParserGetModelValidatorUnitTestPathsInput {
    api: IApi;
    modelValidatorName: string;
}
