import { type Node as MorphNode } from 'ts-morph'; /*** * Reads the nearest Paradox doc comment attached to a declaration. */ export declare function getParadoxComment(node: MorphNode | undefined): string | null;