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