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