import type { MavenRepository } from "../maven/repository.js"; import type { GitHubRepo } from "./pom-scm.js"; import { GitHubClient } from "./github-client.js"; export declare function discoverGitHubRepo(repos: MavenRepository[], groupId: string, artifactId: string, version: string, githubClient?: GitHubClient): Promise;