export interface RepoDetails { branch: string; remoteUrl: string; blobUrl: string; commitUrl: string; topLevelPath: string; } export declare function getRepoDetails(): RepoDetails | undefined;