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