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