import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { UpdateDevEndpointRequest, UpdateDevEndpointResponse, } from "../models/models_3"; export { __MetadataBearer }; export { $Command }; export interface UpdateDevEndpointCommandInput extends UpdateDevEndpointRequest {} export interface UpdateDevEndpointCommandOutput extends UpdateDevEndpointResponse, __MetadataBearer {} declare const UpdateDevEndpointCommand_base: { new ( input: UpdateDevEndpointCommandInput ): import("@smithy/core/client").CommandImpl< UpdateDevEndpointCommandInput, UpdateDevEndpointCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateDevEndpointCommandInput ): import("@smithy/core/client").CommandImpl< UpdateDevEndpointCommandInput, UpdateDevEndpointCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateDevEndpointCommand extends UpdateDevEndpointCommand_base { protected static __types: { api: { input: UpdateDevEndpointRequest; output: {}; }; sdk: { input: UpdateDevEndpointCommandInput; output: UpdateDevEndpointCommandOutput; }; }; }