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