/**
 * Rule Severity Level
 */
export type SecretLintRuleSeverityLevel = "info" | "warning" | "error";
