import type { Linter } from 'eslint'; /** * eslint configuration for standard javascript. */ declare const config: Linter.Config; export = config;