import * as joi from 'joi'; import { IParsedPayload } from '../../types/inputs.types'; declare const schema: joi.ObjectSchema; export default schema;