/** * @description 创建插件模板 */ declare function initPortalPlugin(): Promise; export default initPortalPlugin;