import type { Node } from './ts-morph.ts'; /** Returns the name of a function, variable, class, or type alias declaration if applicable. */ export declare function getNameFromDeclaration(declaration: Node): string | null;