import { Image } from '../Image.js'; import type { Mask } from '../Mask.js'; /** * Creates a BMP buffer from a mask. * @param image - The mask instance. * @returns The buffer. */ export declare function encodeBmp(image: Image | Mask): Uint8Array; //# sourceMappingURL=encodeBmp.d.ts.map