import type { Linter } from 'eslint'; /** * Relaxes size/complexity limits that make sense for source files but are * routinely and legitimately exceeded by thorough tests (long `describe` * blocks, many assertions, `expect(x).to.be.true` style unused-expression * patterns). */ export declare const testsConfig: Linter.Config[];