import type { OperationDetails } from './get-operation-from-description.js'; export declare function getRequestBodySchema(contentType: string, descriptionOperation: (OperationDetails & Record) | undefined): any; //# sourceMappingURL=get-request-body-schema.d.ts.map