import { type SagaIterator } from "redux-saga"; import { type IDeleteDashboardTab } from "../../commands/tabs.js"; import { type IDashboardTabDeleted } from "../../events/tabs.js"; import { type DashboardContext } from "../../types/commonTypes.js"; /** * @internal */ export declare function deleteDashboardTabHandler(ctx: DashboardContext, cmd: IDeleteDashboardTab): SagaIterator; //# sourceMappingURL=deleteDashboardTabHandler.d.ts.map