import { type TestContext, type RequestBody } from '../../types.js'; export declare function stripFileDecorator(payload: string): string; export declare function parseRequestBody(stepRequestBody: RequestBody | undefined, ctx: TestContext): Promise & { payload: string | number | boolean | Record | Array | BodyInit | FormData | URLSearchParams | undefined; }>; //# sourceMappingURL=parse-request-body.d.ts.map