import { IParserParseOutput } from '../parser';
export interface IGeneratorInput {
    modelValidatorDef: IParserParseOutput;
}
