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