/**
 * 根据在线 url 返回 blob
 */
declare function getBlobByUrl(url: string): Promise<Blob>;

export { getBlobByUrl };
