import { DocumentationNode, ParagraphNode } from '../types'; export declare const paragraphNode: (value: string | DocumentationNode[]) => ParagraphNode;