export declare function getRepoInfo(path: string): Promise<{ repoName: string; repoUrl: string; }>;