/** * 将图片转为base64格式 * @param {string} src 图片src */ export declare const imgSrc2base64: (val: string) => Promise;