export declare const finalizeFactory: (tasks: any, accumulations: any) => (key: any, actionCreator: any) => IterableIterator | import("redux-saga/effects").CallEffect>; export declare const accumulateFactory: (tasks: any, accumulations: any, finalize: any) => (action: any) => IterableIterator; export default function (): IterableIterator;