export declare function bestDomain(domains: string[], regionPrefix: string): Promise<string>;
