import Taro from '@tarojs/api'; /** * 获取 canvas 区域隐含的像素数据。 */ export declare const canvasGetImageData: typeof Taro.canvasGetImageData;