/** * Sets up route guards and redirectors for authenticated/unauthenticated routes. */ declare const authenticateRoutes: () => void; export { authenticateRoutes }