import type { TSESTree } from "@typescript-eslint/utils"; import type { RuleContext } from "@typescript-eslint/utils/ts-eslint"; import type { MessageIds, Options } from "./_rule"; import type { DeclarationScope } from "./util.extract-declaration-scopes"; export declare function makeDeclarationScopeAnalyzer(context: RuleContext, node: TSESTree.TaggedTemplateExpression): (scope: DeclarationScope) => void; //# sourceMappingURL=util.declaration-scope-analyzer.d.ts.map