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