import { type EnhancedStore } from "@reduxjs/toolkit"; /** * Hook to retrieve the GenAI dispatcher. * * @remarks * This hook must be used within a GenAiStore component. * * @public */ export declare function useGenAiDispatcher(): EnhancedStore["dispatch"]; //# sourceMappingURL=useGenAiDispatcher.d.ts.map