/**
 * Extract the pixel data from an ImageBitmap.
 */
export declare function imageDataFromBitmap(bitmap: ImageBitmap): ImageData;
