import type { Node } from "typescript";
export default function getNodeName(node: Node): string;
