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