import { type Linter } from 'eslint';
declare const eslintConfig: Linter.Config[];
export default eslintConfig;
