import type { Linter } from 'eslint'; /** * Structural correctness for JSON (duplicate keys, unsafe numbers), same * class of failure the JS/TS configs guard against. `tsconfig*.json` gets * the JSONC variant for comment support. `package.json` also gets * `no-unpinned-dependency-ranges`. */ export declare const jsonConfig: Linter.Config[];