import { HttpRequestInterface } from '../../../contract'; /** * Analyze request body and transform it to whatever format * is suitable. * * @internal */ export declare function transformRequestBody(request: HttpRequestInterface): BodyInit;