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