export declare enum EPracticeSessionState {
    InProgress = 16,
    Completed = 32
}
