import { Options } from './utils'; declare const getEslintConfig: (_options: Options) => { extends: string; }; export default getEslintConfig;