import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class GlobleEnvService { private router; baseUrl: string; readonly hostname: string; readonly pathname: string; readonly origin: string; applNme: string; cUrl: any; constructor(router: Router); getCookie(): string; changeEnviroment(enviroment: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }