import { State } from 'src/typings'; declare const useSyncReduxArgs: (state: State) => void; export default useSyncReduxArgs;