/**
 * fastcomments
 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
 *
 * The version of the OpenAPI document: 0.0.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 *
 * @export
 * @enum {string}
 */
export declare enum LiveEventType {
    update_badges = "update-badges",
    notification = "notification",
    notification_update = "notification-update",
    p_u = "p-u",
    new_vote = "new-vote",
    deleted_vote = "deleted-vote",
    new_comment = "new-comment",
    updated_comment = "updated-comment",
    deleted_comment = "deleted-comment",
    cvc = "cvc",
    new_config = "new-config",
    thread_state_change = "thread-state-change",
    fr = "fr",
    dfr = "dfr",
    new_feed_post = "new-feed-post",
    updated_feed_post = "updated-feed-post",
    deleted_feed_post = "deleted-feed-post",
    new_ticket = "new-ticket",
    updated_ticket_state = "updated-ticket-state",
    updated_ticket_assignment = "updated-ticket-assignment",
    deleted_ticket = "deleted-ticket",
    page_react = "page-react",
    question_result = "question-result"
}
export declare function instanceOfLiveEventType(value: any): boolean;
export declare function LiveEventTypeFromJSON(json: any): LiveEventType;
export declare function LiveEventTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): LiveEventType;
export declare function LiveEventTypeToJSON(value?: LiveEventType | null): any;
export declare function LiveEventTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): LiveEventType;
//# sourceMappingURL=LiveEventType.d.ts.map