/**
 * @deprecated Please use ViberCategory
 * Enum representing message categories for Viber messages.
 *
 * These categories are used to classify the type and purpose of Viber messages.
 *
 * @group Viber
 */
export declare enum MessageCategory {
    /**
     * Represents the transaction message category.
     */
    TRANSACTION = "transaction",
    /**
     * Represents the promotion message category.
     */
    PROMOTION = "promotion"
}
//# sourceMappingURL=MessageCategory.d.ts.map