import Handlebars from 'handlebars'; export declare class HbProvider { instance: typeof Handlebars; constructor(); loadCustomHelpers(templatesDir: string | undefined): Promise; }