import * as Joi from "joi"; import { IApp } from "../../../types"; declare const schema: Joi.ObjectSchema; export default schema;