import { DownloadArgs } from "./types";
declare const getDownloadUrl: (args: DownloadArgs) => string;
export { getDownloadUrl };
