import type { IApi } from 'umi'; /** * 定义插件结构 * @param api */ declare const _default: (api: IApi) => void; export default _default;