import type { TSESTree } from '@typescript-eslint/utils'; /** * Recursively checks whether a given reference is used in a type predicate (e.g., `arg is string`) */ export declare function referenceContainsTypePredicate(node: TSESTree.Node): boolean;