import type { HttpConfigConnection } from "../typing/classes/http.typing.js";
export declare function parseBody<T, P>(config: HttpConfigConnection<T, P>): Pick<HttpConfigConnection<string, P>, "body" | "headers">;
