import { type SagaIterator } from "redux-saga"; import { type DashboardContext } from "../../types/commonTypes.js"; import { type IRenderingWorkerConfiguration } from "./types.js"; export declare function newRenderingWorker(renderingWorkerConfig: Partial): (ctx: DashboardContext) => SagaIterator; //# sourceMappingURL=renderingWorker.d.ts.map