export declare const parseGitUrl: (value: string) => { host: string; owner: string; name: string; repo: string; branch: string; } | undefined;