import type { OctokitResponse } from "../types.js"; export declare function sendResponse(octokitResponse: OctokitResponse): Response;