export declare class HelmMetricsServer {
    static readonly REPOSITORY_NAME: string;
    static readonly REPOSITORY_URL: string;
    static readonly VERSION: string;
    static installMetricsServer(testName: string): Promise<void>;
}
