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