import type { Content } from 'pdfmake/interfaces'; export declare function getReferencedNode(reference: string, nodes: Content[]): Content | undefined; export declare function getReferenceText(reference: string, nodes: Content[]): string;