import { BlockNode, DocumentationNode } from '../types'; export declare const blockNode: (children: DocumentationNode[]) => BlockNode;