import { type IUploadBundleOptions } from "./config"; export type { IBoxCreatorConfig } from "./config"; /** * 将构建产物脚本上传到当前项目配置的 BOX Creator。 */ /** * Keeps the established public plugin name for existing Vite projects. * Its implementation uploads to BOX Creator. */ export declare function ArenaUpdateScript(options: IUploadBundleOptions): { name: string; apply: "build"; writeBundle(this: import("rolldown", { with: { "resolution-mode": "import" } }).PluginContext): Promise; };