import { type SagaIterator } from "redux-saga"; import { type IExportDashboardToPdf } from "../../commands/dashboard.js"; import { type IDashboardExportToPdfResolved } from "../../events/dashboard.js"; import { type DashboardContext } from "../../types/commonTypes.js"; export declare function exportDashboardToPdfHandler(ctx: DashboardContext, cmd: IExportDashboardToPdf): SagaIterator; //# sourceMappingURL=exportDashboardToPdfHandler.d.ts.map