import joi from 'joi';
export declare const nameSchema: joi.ObjectSchema<any>;
export declare const contextSchema: joi.ObjectSchema<any>;
