import { DependencyList } from 'react'; declare const useActions: (actions: any, deps?: DependencyList[] | undefined) => any; export default useActions;