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