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