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