export default useCurrentRoute declare function useCurrentRoute(listener: (value: any) => void): () => void