import './rule-types'; import type { RuleModule } from './types'; import * as processor from './processor'; declare const _default: { meta: typeof processor.meta; configs: { base: import("eslint").Linter.Config; recommended: import("eslint").Linter.Config; prettier: import("eslint").Linter.Config; all: import("eslint").Linter.Config; 'flat/base': import("eslint").Linter.FlatConfig[]; 'flat/recommended': import("eslint").Linter.FlatConfig[]; 'flat/prettier': import("eslint").Linter.FlatConfig[]; 'flat/all': import("eslint").Linter.FlatConfig[]; }; rules: { [key: string]: RuleModule; }; processors: { '.svelte': typeof processor; svelte: typeof processor; }; }; export = _default;