import { ClientConfig } from '../../types';
export declare function getApiUrl(config: ClientConfig, product?: string, apiVersion?: string): string;
