///
import { HubInfoUrlProvider, UrlConfig } from '@acoustic-content-sdk/api';
import { Observable } from 'rxjs';
/**
* Injection token for the UrlConfig
*/
export declare const ACOUSTIC_CONTEXT_URL_CONFIG: Required>>;
/**
* URL to access the API layer
*
* Naming of this field according to the field in the rendering context
*
* @example 'https://my.digitalexperience.ibm.com/api/345563cf-a83c-40e5-a065-1d6ff36b05c1'
* @example 'https://my.digitalexperience.ibm.com/api/345563cf-a83c-40e5-a065-1d6ff36b05c1/dxsites/mysite'
*/
export declare const ACOUSTIC_CONTEXT_API_URL: Required>;
/**
* URL to access the delivery
*
* Naming of this field according to the field in the rendering context
*
* @example 'https://my.digitalexperience.ibm.com/345563cf-a83c-40e5-a065-1d6ff36b05c1'
* @example 'https://my.digitalexperience.ibm.com/345563cf-a83c-40e5-a065-1d6ff36b05c1/dxsites/mysite'
*/
export declare const ACOUSTIC_CONTEXT_RESOURCE_URL: Required>;
/**
* URL that represents the base URL of the path based routing of the application. This prefix will be
* preserved when generating and recognizing URLs. If this property is not configured, then it will be decoded
* from the window location.
*
* @example 'https://my.digitalexperience.ibm.com/345563cf-a83c-40e5-a065-1d6ff36b05c1'
* @example 'https://my.digitalexperience.ibm.com/345563cf-a83c-40e5-a065-1d6ff36b05c1/dxsites/mysite'
* @example 'https://my.external.example.com/'
*/
export declare const ACOUSTIC_CONTEXT_BASE_URL: Required>;