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