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