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