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