export declare class ServiceUrlBuilder { static get(domain: string, product: string, urlType: UrlType, path: string): string; } export declare enum UrlType { entities = 0, queries = 1, actions = 2 }