export declare const config: { getRecommendationServiceUrl(baseUrl: string): string; getUsersServiceUrl(productKey: string, baseUrl?: string): string; getGraphQLUrl(baseUrl?: string): string; getTeamsUrl(id: string, baseUrl?: string, siteId?: string): string; };