import { IImage } from './interface.js';

declare const BMP: IImage;

export { BMP };
