import { NetworkMetrics } from 'types';
export declare const getNetworkMetrics: (apiUrl: string) => Promise<NetworkMetrics>;
