import joi from 'joi'; import { ICreateRequest } from './interfaces'; import * as IShared from '../../../shared/interface'; export declare const createBodyKeys: IShared.IRouteRequest; export declare const createBody: joi.ObjectSchema;