import Joi from 'joi'; type BaseField = boolean | number | string | null | undefined; declare const schema: Joi.AlternativesSchema; export { BaseField, schema, };