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