/**
 * @module histogram
 */
import { BitMatrix } from '../common/BitMatrix.js';
export declare function histogram(luminances: Uint8Array, width: number, height: number): BitMatrix;
