import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { GetDevEndpointsRequest, GetDevEndpointsResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface GetDevEndpointsCommandInput extends GetDevEndpointsRequest {} export interface GetDevEndpointsCommandOutput extends GetDevEndpointsResponse, __MetadataBearer {} declare const GetDevEndpointsCommand_base: { new ( input: GetDevEndpointsCommandInput ): import("@smithy/core/client").CommandImpl< GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetDevEndpointsCommandInput] ): import("@smithy/core/client").CommandImpl< GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetDevEndpointsCommand extends GetDevEndpointsCommand_base { protected static __types: { api: { input: GetDevEndpointsRequest; output: GetDevEndpointsResponse; }; sdk: { input: GetDevEndpointsCommandInput; output: GetDevEndpointsCommandOutput; }; }; }