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