declare const HTTPResponse_base: typeof import("undici").Response;
export declare class HTTPResponse extends HTTPResponse_base {
}
export {};
