import { ServerMetrics } from './ServerMetrics';
export declare type ServerMetricsList = Array<ServerMetrics>;
