declare const parseUint8ToImageData: (buffer: Uint8Array, width: number, height: number) => ImageData; export { parseUint8ToImageData };