import { PlainText } from './PlainText'; import { MarkdownText } from './MarkdownText'; export declare type AnyText = typeof PlainText | typeof MarkdownText;