/** * 获取规则修复建议 * @param ruleName 规则名称 * @returns 修复建议字符串,无匹配时返回 null */ export declare function getFixSuggestion(ruleName: string): string | null; //# sourceMappingURL=fix-suggestions.d.ts.map