import { InjectionToken } from '@angular/core'; import { GoogleAuthConfig } from './google'; /** * An injection token is used to provide google auth config data to the {@link GoogleAuthStrategyService} */ export declare const GOOGLE_AUTH_CONFIG: InjectionToken;