import type { IApi } from 'umi'; /** * 将 background 添加到打包对象中 * 并在输出结果中添加 background 脚本 * @param api */ declare const _default: (api: IApi) => void; export default _default;