/** * Hook to track route change performance * Measures time between route changes and reports to performance monitoring */ /** * Hook that tracks route change performance * Measures the time between route changes and reports it */ export declare function useRoutePerformance(): void; export default useRoutePerformance; //# sourceMappingURL=useRoutePerformance.d.ts.map