export interface IToImageDataOptions { width?: number; height?: number; sx?: number; sy?: number; sw?: number; sh?: number; } /** 转换到 ImageData */ export declare function toImageData(drawable: ImageBitmap | HTMLImageElement, opts?: IToImageDataOptions): ImageData; //# sourceMappingURL=toImageData.d.ts.map