import { type PartialBy, type ThymianHttpRequest } from '@thymian/core'; import type { OpenAPIV3_1 as OpenApiV31 } from 'openapi-types'; import type { LocMapper } from '../loc-mapper/loc-mapper.js'; import type { Parameters } from './utils.js'; export declare function processRequestBodyObjet(requestBodyObject: OpenApiV31.RequestBodyObject | undefined, parameters: Parameters, locMapper: LocMapper, context: { path: string; operationId?: string; method: string; host: string; port: number; protocol: 'http' | 'https'; sourceName: string; }, document: OpenApiV31.Document): PartialBy[]; //# sourceMappingURL=request-body-object.processor.d.ts.map