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