import type { GitHubRepo } from "./pom-scm.js"; export declare function guessGitHubRepo(groupId: string, artifactId: string): GitHubRepo | null;