import type { EndpointInterface } from "@octokit/types"; export default function fetchWrapper(requestOptions: ReturnType): Promise<{ status: number; url: string; headers: { [header: string]: string; }; data: any; }>;