import type { Rule } from "eslint";
import type { SourceLocation } from "estree";
export declare function getLocByRange(ctx: Rule.RuleContext, range: [number, number]): SourceLocation;
//# sourceMappingURL=ast.d.ts.map