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