import type { TSESTree as es } from "@typescript-eslint/utils"; /** Return whether two ESTree node references identify the same AST node. */ export declare const isSameNode: (left: null | Readonly | undefined, right: null | Readonly | undefined) => boolean; //# sourceMappingURL=node-identity.d.ts.map