import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { DeleteDevEndpointRequest, DeleteDevEndpointResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DeleteDevEndpointCommandInput extends DeleteDevEndpointRequest {} export interface DeleteDevEndpointCommandOutput extends DeleteDevEndpointResponse, __MetadataBearer {} declare const DeleteDevEndpointCommand_base: { new ( input: DeleteDevEndpointCommandInput ): import("@smithy/core/client").CommandImpl< DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteDevEndpointCommandInput ): import("@smithy/core/client").CommandImpl< DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteDevEndpointCommand extends DeleteDevEndpointCommand_base { protected static __types: { api: { input: DeleteDevEndpointRequest; output: {}; }; sdk: { input: DeleteDevEndpointCommandInput; output: DeleteDevEndpointCommandOutput; }; }; }