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