import type { DownloadArgs } from "./types"; export declare function getDownloadFilename({ version, platform, architecture, }: DownloadArgs): string;