import { IRequestBody } from "../swaggerInterfaces"; export declare function getRequestBody(requestBody: IRequestBody): { imports: string[]; bodyType: string; };