export declare class AnalyticsUrlService {
    getRecommenderAPIUrl(): string;
    getLicenseAPIUrl(): string;
}
