/// import { GoogleApiService } from './GoogleApiService'; import GoogleAuth = gapi.auth2.GoogleAuth; import { Observable } from 'rxjs'; export declare class GoogleAuthService { private googleApi; private GoogleAuth; constructor(googleApi: GoogleApiService); getAuth(newInstance?: boolean): Observable; private loadGapiAuth; }