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