import { Wrapper } from "@gatling.io/core"; import JvmRequestBody = io.gatling.http.client.body.RequestBody; export interface RequestBody extends Wrapper { bytes(): number[]; } export declare const wrapRequestBody: (_underlying: JvmRequestBody) => RequestBody;