/** * 生成docz文件 */ declare function genDoczFiles(projectPath: string, options: CreateOptions): Promise; export default genDoczFiles;