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