/**
 * based on @link https://github.com/sveltejs/eslint-plugin-svelte3/blob/master/src/processor_options.js
 */
import type { Linter } from 'eslint';
import type { ProcessorOptions } from './types';
export declare const processorOptions: ProcessorOptions;
export interface LinterConfig extends Linter.Config {
    extractConfig?(filename?: string): Linter.Config;
}
