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