import type { ReleaseInfo } from './index.js';
export declare function fetchReleaseInfo(repo: string, version: string): Promise<ReleaseInfo>;
export declare function downloadAsset(url: string, outputPath: string): Promise<void>;
