export declare const RE_REPOSITORY_GENERIC_GIT_SSH_FORMAT: RegExp;
export declare function parseGitOwnerRepo(git: string, githubUrl: boolean): string | null;
export declare function isGithubUrl(gitUrl: string, parsedUrl: URL | null): boolean;
