import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { addQuestionPayload, setNewSession } from '../../../entity/aiCfo/aiCfoReducer'; import { openSnackbar } from '../../../entity/snackbar/snackbarReducer'; import { RootState } from '../../../rootStateTypes'; import { ZeniAPI } from '../../../zeniAPI'; import { createSessionAndSubmit, createSessionAndSubmitFailure, createSessionAndSubmitSuccess, initializeNewSessionState, submitQuestion } from '../aiCfoViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType | ReturnType | ReturnType | ReturnType | ReturnType; export declare const createSessionAndSubmitEpic: (actions$: ActionsObservable, _state$: StateObservable, zeniAPI: ZeniAPI) => Observable;