import type * as ESLint from 'eslint';
import type { ProcessorOptions } from './types.js';
export declare const processorOptions: ProcessorOptions;
export interface LinterConfig extends ESLint.Linter.LegacyConfig {
extractConfig?(filename?: string): ESLint.Linter.LegacyConfig;
}