import type { TemplateEngine } from "../template/engine.js"; /** The minijinja template engine (the Rust engine dbt Fusion uses — the grammar * oracle for what we accept). The shipped, and only, TemplateEngine. */ export declare function minijinja(): TemplateEngine;