import type { TSESTree } from '@typescript-eslint/types'; export declare class Identifier { private node; constructor(node: TSESTree.Node); get name(): string; } //# sourceMappingURL=identifier.d.ts.map