export declare enum HandlebarHelpersEnum { EQUALS = "equals", TITLECASE = "titlecase", UPPERCASE = "uppercase", LOWERCASE = "lowercase", PLURALIZE = "pluralize", DATEFORMAT = "dateFormat", UNIQUE = "unique", GROUP_BY = "groupBy", SORT_BY = "sortBy", NUMBERFORMAT = "numberFormat", I18N = "i18n", GT = "gt", GTE = "gte", LT = "lt", LTE = "lte", EQ = "eq", NE = "ne" } export declare const HandlebarHelpers: { equals: { description: string; }; titlecase: { description: string; }; uppercase: { description: string; }; lowercase: { description: string; }; pluralize: { description: string; }; dateFormat: { description: string; }; unique: { description: string; }; groupBy: { description: string; }; sortBy: { description: string; }; numberFormat: { description: string; }; i18n: { description: string; }; gt: { description: string; }; gte: { description: string; }; lt: { description: string; }; lte: { description: string; }; eq: { description: string; }; ne: { description: string; }; }; //# sourceMappingURL=handlebarHelpers.d.ts.map