/**
 * @param {string} name
 * @returns {import('../index.js').Plugin}
 */
export function appName(name: string): import('../index.js').Plugin;
