export declare const config: {
    getRecommendationServiceUrl(baseUrl?: string): string;
    getUsersServiceUrl(productKey: string): "/rest/api/3/user/bulk" | "/wiki/rest/api/user/bulk";
    getGraphQLUrl(baseUrl?: string): string;
};
