import { EnvironmentService } from '../environment.service'; import * as i0 from "@angular/core"; export declare class ApiUrlProviderService { private coreService; constructor(coreService: EnvironmentService); _apiUrl: string; get apiUrl(): string; set apiUrl(value: string); private _production; get production(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }