import * as _eslint_core0 from "@eslint/core";
import { RuleDefinition } from "@eslint/core";
import { Linter } from "eslint";

//#region src/meta.d.ts
declare namespace meta_d_exports {
  export { name, version };
}
declare const name: string;
declare const version: string;
//#endregion
//#region src/index.d.ts
declare const configs: {
  base: Linter.Config[];
  recommended: Linter.Config[];
  "flat/base": Linter.Config[];
  "flat/recommended": Linter.Config[];
};
declare const rules: Record<string, RuleDefinition>;
declare const _default: {
  meta: typeof meta_d_exports;
  configs: {
    base: Linter.Config[];
    recommended: Linter.Config[];
    "flat/base": Linter.Config[];
    "flat/recommended": Linter.Config[];
  };
  rules: Record<string, RuleDefinition<_eslint_core0.RuleDefinitionTypeOptions>>;
};
//#endregion
export { configs, _default as default, meta_d_exports as meta, rules };