import type { RepositoryInfo, Platform } from "../types/index.js"; export declare function parseRepository(repoUrl: string): RepositoryInfo; export declare function detectPlatform(host: string, apiBaseUrl?: string): Platform; export declare function tarballUrl(info: RepositoryInfo, version: string, apiBaseUrl?: string): string;