import { type Linter } from 'eslint'; /** * Rational language options reset. This just ensure that the `sourceType` is * set to `module`, and the `ecmaVersion` is set to `latest`. */ declare const _default: () => Linter.FlatConfig; export default _default;