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