import { Saga } from "../interfaces/Saga"; export declare function createRootSaga(sagas?: Saga[]): () => Generator>, void, unknown>;