import Taro from '@tarojs/api';
/**
 * 获取图片信息。网络图片需先配置download域名才能生效。
 */
declare const getImageInfo: typeof Taro.getImageInfo;
export { getImageInfo };
