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

declare const JPG: IImage;

export { JPG };
