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