import { type Transformer } from '@lexical/markdown'; /** * Shared Markdown transformer configuration for both Description and Comment editors. * Contains all supported formatting options including headings for markdown shortcuts. */ export declare const MARKDOWN_TRANSFORMERS: Transformer[];