export declare function useReducerAndSaga(reducer: any, state0: any, saga: any, sagaOptions: any): unknown[];