import type { Root } from 'mdast'; import type { Plugin } from 'unified'; import type { Options } from '../types'; export declare const formatHtml: Plugin<[Options['formatHtml']?], string, Root>;