import type * as ts from 'typescript'; export declare const getNameFromNodeOrNull: (declaration: ts.Node) => string | null;