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