import { ComponentRef, Provider } from "@angular/core"; import { Router } from "@angular/router"; import { SkGoogleAnalyticsService } from "../services/google-analytics.service"; export declare const SK_GOOGLE_ANALYTICS_ROUTER_INITIALIZER_PROVIDER: Provider; export declare function GoogleAnalyticsRouterInitializer(_googleAnalyticsService: SkGoogleAnalyticsService, _router: Router): (c: ComponentRef) => Promise;