/** * 判断一个对象是否可当作 ImageData 用 */ export declare function isImageData(object: any): any; //# sourceMappingURL=isImageData.d.ts.map