import { OnValidation } from '../../model/watcher';
/**
 * Method executed when API is validated after changes are processed
 */
declare const onModelValidation: OnValidation;
export default onModelValidation;
