class VentoEngine implements Engineimport { VentoEngine } from "https://deno.land/x/lume@v1.19.0/plugins/vento.ts"; Template engine to render Vento files ConstructorsnewVentoEngine(engine: Environment)Propertiesengine: EnvironmentMethodsaddHelper(name: string, fn: Helper)deleteCache(file: string)render(content: string,data?: Data,filename?: string,)renderSync(content: string, data?: Data): string