/** 通过模块路径获取插件名称,如果是 `npm` 插件,则自动去掉 `anemo-plugin-` 前缀 */ export declare function getPluginNameByPath(path: string): string;