import { errorHandling } from "../Interface";
import { ZippyShareResult } from "../Types";
declare function download(url: string): Promise<ZippyShareResult | errorHandling>;
export { download };
//# sourceMappingURL=zippyshare.d.ts.map