/**
 * Render a template
 *
 * @param {TemplateEngine} engine
 * @param {string} filePath
 * @param {Object} context
 * @return {Promise<TemplateOutput>}
 */
declare function renderTemplateFile(engine: any, filePath: any, context: any): any;
export default renderTemplateFile;
//# sourceMappingURL=renderFile.d.ts.map