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<ArrayBufferLike>;
//# sourceMappingURL=encodeBmp.d.ts.map