import { type PutEffect } from "redux-saga/effects"; import { type ICustomDashboardEvent, type IDashboardEvent } from "../../events/base.js"; /** * Creates an effect which will dispatch the provided event. Yield whatever this function returns * * @param event - event to dispatch */ export declare function dispatchDashboardEvent(event: IDashboardEvent | ICustomDashboardEvent): PutEffect; //# sourceMappingURL=eventDispatcher.d.ts.map