import type { OctokitRequest } from "./types"; export declare function unknownRouteResponse(request: OctokitRequest): { status: number; headers: { "content-type": string; }; text: string; };