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