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