export declare function downloadAndGenerate(template: string, tmp: string, clone?: boolean): Promise<unknown>;
/**
 * 生成MD5临时文件路径
 * @param template
 */
export declare function generateMD5TemplatePath(template: string): string;
/**
 * 生成临时文件路径
 * @param template
 */
export declare function generateTemplatePath(template: string): string;
export declare function isLocalPath(templatePath: string): boolean;
/**
 * 获取临时文件路径
 * @param templatePath
 */
export declare function getTemplatePath(templatePath: string): string;
export declare function md5(str: string): string;
