import type { TSESTree } from '@typescript-eslint/utils'; export declare function isUndefinedIdentifier(i: TSESTree.Node): boolean; //# sourceMappingURL=isUndefinedIdentifier.d.ts.map