import { NamespaceName } from '../../src/types/namespace/namespace-name.js';
export declare class HelmMetalLoadBalancer {
    static readonly NAMESPACE: NamespaceName;
    static readonly CHART_RELEASE_NAME: string;
    static readonly CHART_NAME: string;
    static readonly REPOSITORY_NAME: string;
    static readonly REPOSITORY_URL: string;
    static readonly INSTALL_ARGS: string;
    static readonly VERSION: string;
    static installMetalLoadBalancer(testName: string): Promise<void>;
}
