import type { DitherKernel } from "./api.js";
/**
 * Stucki dither kernel (similar/improved version of {@link JARVIS_JUDICE_NINKE}).
 *
 * @remarks
 * Reference:
 * https://tannerhelland.com/2012/12/28/dithering-eleven-algorithms-source-code.html
 */
export declare const STUCKI: DitherKernel;
//# sourceMappingURL=stucki.d.ts.map