import type { IncomingMessage } from 'http';
/**
 * Get the raw body of a request.
 */
export declare function getRawBody(request: IncomingMessage): Promise<string>;
//# sourceMappingURL=getRawBody.d.ts.map