/**
* Return a threshold for a histogram by making its average.
* @paramhistogram - Image histogram.
* @paramtotal - Number of pixels in the image.
* @returns The threshold.
*/exportdefaultfunctionmean(histogram: Uint32Array, total: number): number;
//# sourceMappingURL=mean.d.ts.map