export declare function handleResponse(body: string | null, status?: number, headers?: Record<string, string>): import("undici-types").Response;
