/// import * as joi from 'joi'; import * as bluebird from 'bluebird'; declare let joiValidate: (value: Object, schema: Object, options: joi.ValidationOptions) => bluebird; export { joi, joiValidate };