export async function downloadAsync( url: string, _hash: string | null, _type: string ): Promise { return url; }