import { GitHubRepoService, GitHubRepoInfo } from '../common/github-repo-protocol'; import { ILogger } from '@theia/core'; export declare class GitHubRepoServiceImpl implements GitHubRepoService { protected readonly logger: ILogger; getGitHubRepoInfo(workspacePath: string): Promise; private isGitHubRemote; private extractRepoInfoFromGitHubUrl; } //# sourceMappingURL=github-repo-service-impl.d.ts.map