/**
 * Formats a rule name according to mapping rules
 * @param {string} ruleName - The name of the rule to format
 * @returns {string} The formatted rule name
 */
export declare function formatRuleName(ruleName: string): string;
