import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteHyperParameterTuningJobRequest } from "../models/models_2"; export { __MetadataBearer }; export interface DeleteHyperParameterTuningJobCommandInput extends DeleteHyperParameterTuningJobRequest {} export interface DeleteHyperParameterTuningJobCommandOutput extends __MetadataBearer {} declare const DeleteHyperParameterTuningJobCommand_base: { new ( input: DeleteHyperParameterTuningJobCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteHyperParameterTuningJobCommandInput, DeleteHyperParameterTuningJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteHyperParameterTuningJobCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteHyperParameterTuningJobCommandInput, DeleteHyperParameterTuningJobCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteHyperParameterTuningJobCommand extends DeleteHyperParameterTuningJobCommand_base { protected static __types: { api: { input: DeleteHyperParameterTuningJobRequest; output: {}; }; sdk: { input: DeleteHyperParameterTuningJobCommandInput; output: DeleteHyperParameterTuningJobCommandOutput; }; }; }