/** * Render a template * * @param {TemplateEngine} engine * @param {string} filePath: absolute path for the loader * @param {string} content * @param {Object} context (optional) * @return {Promise} */ declare function renderTemplate(engine: any, filePath: any, content: any, context: any): any; export default renderTemplate; //# sourceMappingURL=render.d.ts.map