2 lines
111 B
TypeScript
2 lines
111 B
TypeScript
import type { SeverityString } from "../../types";
|
|
export declare const rules: Record<string, SeverityString>;
|