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