/** * Get a handlebars template from a filename * Also automatically registers helper functions * @param filename the name of the template file */ export default function getTemplateFromFile(filename: string): HandlebarsTemplateDelegate;