/** * 把 URL 数据下载后的数据转换为 DataURI */ export declare function urlToDataURI(url: string): Promise; //# sourceMappingURL=urlToDataURI.d.ts.map