export declare enum SessionCommunicationStatusEnum {
    TRIGGERED = "TRIGGERED",
    SKIPPED = "SKIPPED"
}
