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