import type { Context } from 'react'; import type { Store } from 'redux'; import type { TExtend } from 'tsfn'; export declare const ReduxDispatchFactory: >(context: Context) => (dispatchName: K) =>

(props: P) => TExtend;