/**
 * Register custom Handlebars helpers for template rendering
 */
export declare function registerHandlebarsHelpers(): void;
/**
 * Evaluate a condition string using Handlebars
 */
export declare function evaluateCondition(condition: string, context: any): boolean;
//# sourceMappingURL=handlebars.d.ts.map