import type { ServerResponse } from "node:http"; export declare function createRequestAbortController(response: ServerResponse): AbortController;