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