import { Linter } from 'eslint';

declare const config: Linter.Config[];

export { config as default };
