import type { IApi } from 'umi'; /** * 处理脚本自动更新 * @param api */ declare const _default: (api: IApi) => void; export default _default;