import { Severity } from '../lib/linter/rule.js';
export declare const recommended: Readonly<{
    rules: Record<string, Severity>;
}>;
