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