import type { IncomingMessage } from 'node:http';
import type { GetBody } from '../types.ts';
import type { FakeReq } from '../utils/fake-http.ts';
export declare function createGetBody(req: IncomingMessage | FakeReq): GetBody;
