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