import * as Joi from '@hapi/joi';
export declare const validateJoiSchema: <T>(data: T, schema: Joi.Schema) => void;
