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

declare const JPG: IImage;

export { JPG };
