import { Image } from'../Image.ts';
/**
* Decode a BMP. See the fast-bmp npm module.
* @paramdata - The data to decode.
* @returns The decoded image or mask.
*/export declare functiondecodeBmp(data: Uint8Array): Image;
//# sourceMappingURL=decodeBmp.d.ts.map