/**
 * Get helm executable path
 */
export declare class HelmSoftwareLoader {
    static getHelmExecutablePath(): Promise<string>;
}
