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