declare const authenticationRoutes: { LOGIN: string; RESET_PASSWORD_REQUEST: string; RESET_PASSWORD: string; TOKEN_REFRESH: string; }; export { authenticationRoutes };