import type { Linter } from 'eslint'; /** * eslint typescript. */ declare const config: Linter.Config; export = config;