5 lines
117 B
TypeScript
5 lines
117 B
TypeScript
|
|
import type { SeverityString } from "../../types";
|
||
|
|
export declare const rules: {
|
||
|
|
[x: string]: SeverityString;
|
||
|
|
};
|