import type { TSESTree } from '@typescript-eslint/utils'; export declare function getRootIdentifier(node: TSESTree.Node): TSESTree.Identifier | undefined; //# sourceMappingURL=get-root-identifier.d.ts.map