export declare const getDispatchTypes: (reducerCategory: string, reducerName: string) => {
    setDispatchType: string;
    clearDispatchType: string;
    customDispatchType: string;
};
