import { DiscoveryOptions } from '../interface';
export declare function getTierServiceUrl(options: DiscoveryOptions): Promise<string | false>;
