import { ActionsObservable, StateObservable } from 'redux-observable'; import { Observable } from 'rxjs'; import { deleteQuestion } from '../../../entity/aiCfo/aiCfoReducer'; import { RootState } from '../../../rootStateTypes'; import { stopSubmitQuestion, stopSubmitQuestionFailure, stopSubmitQuestionSuccess } from '../aiCfoViewReducer'; export type ActionType = ReturnType | ReturnType | ReturnType | ReturnType; export declare const stopSubmitQuestionEpic: (actions$: ActionsObservable, state$: StateObservable) => Observable;