import type { HostedGitInfo } from './types.js';
export declare function parseHostedGitUrl(input: string): HostedGitInfo | null;
//# sourceMappingURL=hostedGitInfo.d.ts.map