// SPDX-License-Identifier: Apache-2.0import {typeHelmExecutionBuilder} from'../execution/helm-execution-builder.js';
/**
* Interface for options that can be applied to Helm commands.
*/exportinterfaceOptions {
apply(builder: HelmExecutionBuilder): void;
}