import type { ESLintOutput } from '../../../adapter/eslint.js'; export declare const createEslintAnnotations: (eslint: ESLintOutput) => string[];