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