/** * Gets the best RPC URL between several options by comparing latencies * @param rpcUrls - The source list * @returns - The best RPC URL */ export declare const getBestProvider: (rpcUrls: string[]) => Promise; //# sourceMappingURL=provider.d.ts.map