import type { OperationToHarProps } from './operation-to-har.js';
import type { PostData } from 'har-format';
type ProcessBodyProps = Pick<OperationToHarProps, 'contentType' | 'operation' | 'example'>;
/**
 * Processes the request body and returns the processed data
 */
export declare const processBody: ({ operation, contentType, example }: ProcessBodyProps) => PostData;
export {};
//# sourceMappingURL=process-body.d.ts.map