import gitUrlParse from 'git-url-parse';
export declare function parseGitUrl(url: string): gitUrlParse.GitUrl;
export declare function getHttpUrl(url: string, token?: string): string;
export declare function getRemoteUrlWithToken(url: string, hostType?: string): string;
