import ndarray from 'ndarray'; export declare const getPixels: (filePath: string, opts: { width: number; height: number; }) => Promise | ndarray.NdArray>>; //# sourceMappingURL=get-pixels.d.ts.map