interface RepoInfo { owner: string; repo: string; } export declare function detectRepoInfo(repoRoot: string): RepoInfo; export {};