import type { Linter } from "eslint";

declare const eslintConfigESLint: Linter.Config[];

export = eslintConfigESLint;
