import type { RuleModule } from "./types"; import * as processor from "./processor"; declare const _default: { configs: { base: { plugins: string[]; overrides: { files: string[]; parser: string; rules: { "no-inner-declarations": string; "@ota-meshi/svelte/comment-directive": string; "@ota-meshi/svelte/system": string; }; }[]; }; recommended: { extends: string[]; rules: { "@ota-meshi/svelte/comment-directive": string; "@ota-meshi/svelte/no-at-debug-tags": string; "@ota-meshi/svelte/no-at-html-tags": string; "@ota-meshi/svelte/no-dupe-else-if-blocks": string; "@ota-meshi/svelte/no-dupe-style-properties": string; "@ota-meshi/svelte/no-dynamic-slot-name": string; "@ota-meshi/svelte/no-inner-declarations": string; "@ota-meshi/svelte/no-not-function-handler": string; "@ota-meshi/svelte/no-object-in-text-mustaches": string; "@ota-meshi/svelte/no-shorthand-style-property-overrides": string; "@ota-meshi/svelte/no-unknown-style-directive-property": string; "@ota-meshi/svelte/no-unused-svelte-ignore": string; "@ota-meshi/svelte/system": string; "@ota-meshi/svelte/valid-compile": string; }; }; }; rules: { [key: string]: RuleModule; }; processors: { ".svelte": typeof processor; svelte: typeof processor; }; }; export = _default;