import type { TSESLint, TSESTree } from '@typescript-eslint/utils'; export declare function rangeToLoc(sourceCode: TSESLint.SourceCode, range: TSESLint.AST.Range): TSESTree.SourceLocation; //# sourceMappingURL=rangeToLoc.d.ts.map