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