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