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