import type { HostedGitInfo } from './types.js';
/**
 * Parse hosted git url.
 * @param input - Git url. Different formats are supported.
 * @returns Parsed data or null if not supported.
 */
export declare function parseHostedGitUrl(input: string): HostedGitInfo | null;
//# sourceMappingURL=hostedGitInfo.d.ts.map