import { Repo } from "../utils/repo"; export declare class GithubUrlResolver { urlToRepo(githubUrl: string): Repo; }