export declare enum EventType {
    CONTENT_PUBLISHED = "CONTENT_PUBLISHED"
}
