import { type SagaIterator } from "redux-saga"; import { type DashboardCommands } from "../commands/index.js"; export declare const DefaultCommandHandlers: { [cmd in DashboardCommands["type"]]?: (...args: any[]) => SagaIterator | any; }; //# sourceMappingURL=index.d.ts.map