import { Size } from '../types'; export declare const testImageData: ({ width, height }: Size) => ImageData;