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