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