/**
 * Return a threshold for a histogram using Huang algorithm.
 * @param histogram - Image histogram.
 * @returns The threshold.
 */
export default function huang(histogram: Uint32Array): number;
//# sourceMappingURL=huang.d.ts.map