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