HelperOptionsWithRoot: HelperOptions & {
    data?: HelperOptions["data"] & { root: TemplateContext };
}

Helper options enriched with the template context so helpers can access the same locals as Express views (see util/handlebars-helpers.ts).