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