import type { ESLintTarget } from '../config.js';
import type { LinterOutput } from './types.js';
export declare function lint({ eslintrc, patterns, }: ESLintTarget): Promise<LinterOutput>;
