import type { DownloadArgs } from "./types";
export declare function getDownloadUrl(args: DownloadArgs): string;
