import type { RuleContext } from "@typescript-eslint/utils/ts-eslint";
import type { MessageIdsType } from "./esLintRule";
import { type TSESTree } from "@typescript-eslint/utils";
export declare const validateScopeFileScopePath: (context: RuleContext<MessageIdsType, never[]>, node: TSESTree.Literal) => void;
