import { Router } from "@angular/router"; import { GlobalSiteTagService } from "./global-site-tag.service"; import * as i0 from "@angular/core"; export declare class GlobalSiteTagRoutingService { private router; private globalSiteTagService; constructor(router: Router, globalSiteTagService: GlobalSiteTagService); routingScreenTracking(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }