import type { Nodes } from 'hast-util-find-and-replace/lib';
export declare const htmlToTextPlugin: () => (tree: Nodes) => void;
