import { NdArray } from 'ndarray';
export declare function getPixelsInternal(buffer: Uint8Array, _mimeType: string): Promise<NdArray<Uint8Array>>;
