import type { DitherKernel } from "./api.js";
/**
 * (Bill) Atkinson dither kernel
 *
 * @remarks
 * References:
 *
 * - https://beyondloom.com/blog/dither.html
 * - https://tannerhelland.com/2012/12/28/dithering-eleven-algorithms-source-code.html
 */
export declare const ATKINSON: DitherKernel;
//# sourceMappingURL=atkinson.d.ts.map