import type { DitherKernel } from "./api.js";
/**
 * Basic 1x1 thresold dither kernel
 */
export declare const THRESHOLD: DitherKernel;
//# sourceMappingURL=threshold.d.ts.map