export declare function winToUnixPath(path: string): string; export declare function handleJudgmentExecute(context: unknown, bol: boolean, options: Handlebars.HelperOptions): string | boolean; /** * 判断是否跳过覆盖写入 * * @param {string} filePath 文件路径 * @return {*} {Promise} true: 跳过文件写入, false: 覆盖写入 */ export declare function skipOverWrite(filePath: string): Promise; //# sourceMappingURL=index.d.ts.map