import type { Linter } from "eslint";

declare const eslintConfigESLintCJS: Linter.Config[];

export = eslintConfigESLintCJS;
