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