declare function templateFile(templateFilePath: string, envs: Record, outputFilePath?: string, { mustache }?: { mustache?: boolean; }): Promise; export default templateFile;