import { LeafDirective } from 'mdast-util-directive'; import { LexicalExportVisitor } from '../../exportMarkdownFromLexical'; import { DirectiveNode } from './DirectiveNode'; export declare const DirectiveVisitor: LexicalExportVisitor;