Index: frontend/node_modules/eslint-module-utils/declaredScope.d.ts
===================================================================
--- frontend/node_modules/eslint-module-utils/declaredScope.d.ts	(revision 9af201e94b5a79beb92a30858fc54de4bc3b9449)
+++ frontend/node_modules/eslint-module-utils/declaredScope.d.ts	(revision 9af201e94b5a79beb92a30858fc54de4bc3b9449)
@@ -0,0 +1,10 @@
+import { Rule, Scope } from 'eslint';
+import * as ESTree from 'estree';
+
+declare function declaredScope(
+    context: Rule.RuleContext,
+    name: string,
+    node?: ESTree.Node,
+): Scope.Scope['type'] | undefined;
+
+export default declaredScope;
