/** * @file: 环境初始化 * @author: yangqianjun * @Date: 2019-07-20 15:12:00 * @LastEditors: yangqianjun * @LastEditTime: 2020-02-06 11:20:04 */ export declare const pluginsPath: string; export declare const generatorPath: string; export declare const DefaultBasePath = "@empty@"; /** 临时目录,存放中间状态 swagger 文件 */ export declare const SmTmpDir: string; export * from './consts'; /** 生成唯一 & 无冗余的临时文件名 */ export declare const basePathToFileName: (path?: string | undefined) => string;