import type { App } from '../app.js';
/**
 * `@mojojs/template` engine plugin.
 */
export default function tmplEnginePlugin(app: App): void;
