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