/** * 使用 vitepress 构建 markdown 文件为静态页面 * @param docsDir docs 目录路径 * @returns 构建后的静态页面目录路径 */ export declare function buildWithVitePress(docsDir: string, vitepressBase?: string): Promise; //# sourceMappingURL=buildWithVitePress.d.ts.map