interface AllWithDeprecatedConfig { readonly name: "etc-misc/all-with-deprecated"; readonly rules: Readonly>; } type RuleSeverity = "error" | "warn"; /** * Flat config preset enabling every preset-eligible plugin rule with * metadata-derived severities. Deprecated rules remain at `warn`, while * deprecated same-plugin replacements stay excluded to prevent duplicate * execution. */ export declare const allWithDeprecated: AllWithDeprecatedConfig; export {}; //# sourceMappingURL=all-with-deprecated.d.ts.map