import type { Node } from 'ts-morph'; /** Return symbols of nodes, identifiers and symbols */ export declare const getSymbolsOfNodes: (nodes: Node[]) => import("ts-morph").Symbol[];