import { OnInit } from '@angular/core'; import { OAuthService } from 'angular-oauth2-oidc'; import { Router } from '@angular/router'; export declare class JZCallbackPageComponent implements OnInit { private oauthService; private router; constructor(oauthService: OAuthService, router: Router); gotoHome(): void; ngOnInit(): void; }