import { GitHubUser } from "../types";
export default function getUserProfile(username: string, accessToken: string): Promise<GitHubUser>;
