declare module '@metamask/eslint-config-nodejs' { import type { Linter } from 'eslint'; const config: Linter.Config[]; export default config; }