export declare function findRootGitRepository(path: string): string | undefined;
export declare function fullNameFromRemoteUrl(remoteUrl: string): string;
