import { ImageDataLike } from '..';
export declare const getGrayscaleValue: (imageData: ImageDataLike, col: number, row: number) => number;
