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