import { type ESLintOutput } from '../adapter/eslint.js'; import type { Input } from './types.js'; export declare const runESLintInCurrentThread: ({ debug, eslintConfigFile }: Input) => Promise; export declare const runESLintInWorkerThread: (input: Input) => Promise;