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