export interface IParserGetModelValidatorUnitTestPathsOutput {
    negative: string;
    positive: string;
}
