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