/** * 本地图片转化成base64 * @param filepath */ declare function imgToBase64(filepath: any): string; export default imgToBase64;