import type { TSESTree } from '@typescript-eslint/utils';
import type { RuleContext } from '../types.js';
export declare function declaredScope(context: RuleContext, node: TSESTree.Node, name: string): import("@typescript-eslint/scope-manager").ScopeType | undefined;