/* Copyright IBM Corp. 2018 */ import { BehaviorSubject, Observable } from 'rxjs'; export declare const USE_PUBLIC_URL: BehaviorSubject; /** observable that exposes the current base URL for the BFF. The URL does NOT start with * a slash but ends with a slash */ export declare const BFF_BASE_URL: Observable;