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