type ServerResponse = any; import type { OctokitResponse } from "../types.js"; export declare function sendResponse(octokitResponse: OctokitResponse, response: ServerResponse): void; export {};