import type { Rule } from "eslint";
export declare function getRuleName(importMetaUrl: string): string;
export type GetNode<T extends keyof Rule.NodeListener> = Parameters<NonNullable<Rule.NodeListener[T]>>[0];
//# sourceMappingURL=utils.d.ts.map