import { InjectionToken } from '@angular/core'; import * as i0 from "@angular/core"; export declare const ENVIRONMENT: InjectionToken; export interface Environment { production: boolean; AuthenticationAPI: string; TicketingAPI: string; Tenant: string; APIKey: string; Secret: string; FILE_BASE_URL: string; WorkFlowAPI: string; Token?: string; } export declare class EnvironmentService { private env; constructor(env: Environment); get environment(): Environment; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }