import type { IProblemConfig } from "../types/problem.type.js"; /** * 打包项目问题流程 * @returns */ export declare function bundleProblemsFlow(): Promise;