import { InjectionToken } from '@angular/core';
import { PghSsoConfig } from './models';
export declare const PGH_SSO_CONFIG: InjectionToken<Partial<PghSsoConfig>>;
/**
 * PGH_SSO_CONFIG is a partial version of PGH_SSO_ENRICHED_CONFIG so that it'll merge it with the default values
 */
export declare const PGH_SSO_ENRICHED_CONFIG: InjectionToken<PghSsoConfig>;
