import type { Asset } from "./types"; export declare function downloadAsset(asset: Asset, source: string, destination: string): Promise;