import { ESLint } from 'eslint';

declare const config: ESLint.ConfigData;

export { config as default };
