import { SourceLocation } from '@structured-types/api'; import { DocumentationNode, LinkNode } from '../types'; export declare const linkNode: (children: DocumentationNode[], url?: string | undefined, loc?: SourceLocation | undefined) => LinkNode;