import joi from 'joi';
export declare const permissionRoleSchema: joi.ObjectSchema<any>;
export declare const roleSchema: joi.ObjectSchema<any>;
