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