import { InjectionToken } from '@angular/core'; import { ISkGoogleAnalyticsSettings } from "../interfaces/google-analytics-settings"; export declare const SK_GOOGLE_ANALYTICS_SETTINGS_TOKEN: InjectionToken;