import type { Linter } from "eslint";

declare const eslintConfigESLintBase: Linter.Config[];

export = eslintConfigESLintBase;
