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