export default function useRouter(): { push: any; replace: any; pathname: any; query: any; match: any; location: any; history: any; };