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