class NunjucksEngine implements Engineimport { NunjucksEngine } from "https://deno.land/x/lume@v1.19.0/plugins/nunjucks.ts"; Template engine to render Nunjucks files ConstructorsnewNunjucksEngine(env: any, basePath: string)PropertiesbasePath: stringcache: Mapenv: anyMethodsaddHelper(name: string,fn: Helper,options: HelperOptions,)deleteCache(file: string): voidgetTemplate(content: string, filename: string)render(content: string,data?: Data,filename?: string,)renderSync(content: string,data?: Data,filename?: string,): string