/** * 转Base64 * @param {string}url */ declare const toBase64: (url: string) => Promise; export default toBase64;