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

declare const CUR: IImage;

export { CUR };
