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