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