import { Image } from 'mdast';
import { Handler } from '../parser.js';
export declare const image: Handler<Image>;
