export declare const $ServerMetricsGetResponse: {
    properties: {
        server_metrics: {
            type: string;
        };
    };
};
