import Joi from "joi"; export declare const validateConfig: (config: any) => Joi.ValidationResult;