/**
 * @import { ESLint, Linter } from "eslint";
 */
/** @type {{'n': ESLint.Plugin}} */
export const nodePlugin: {
    "n": ESLint.Plugin;
};
/** @type {Linter.RulesRecord} */
export const nodeRules: Linter.RulesRecord;
import type { ESLint } from "eslint";
import type { Linter } from "eslint";
