import type { SeverityString } from "../../types";
export declare const rules: {
    [x: string]: SeverityString;
};
