type UnauthenticatedRoutes = { login: string; }; export declare function useIsAuthenticatedRoute(routes: UnauthenticatedRoutes): boolean; export {};