/** * @name 检查文件时用到的枚举 * @export * @enum {number} */ export declare enum checkFileExistsAndCreateType { DIRECTORY = 0, FILE = 1 }