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