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