import { Node } from 'unist';
export declare function plainHtmlVisitor(this: any, node: Node): unknown;
