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