import { IModelValidatorDef } from './IModelValidatorDef';
export interface IModelValidatorDefs {
    [key: string]: IModelValidatorDef;
}
