export declare function handleLogAllActions(action: any): IterableIterator>; export declare function watchAndLogSaga(): IterableIterator>; export declare function correspondClientReduxAction(action: any): IterableIterator; export declare function clientReduxCorrespondent(): IterableIterator>; export default function rootSaga(): IterableIterator>>>;