import * as Handlebars from 'handlebars'; /** * Read and compile the Handlebars template. * @param filePath */ export declare function readHandlebarsTemplate(filePath: string): Handlebars.TemplateDelegate;