import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTWirelessClient"; import { GetServiceEndpointRequest, GetServiceEndpointResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetServiceEndpointCommandInput extends GetServiceEndpointRequest {} export interface GetServiceEndpointCommandOutput extends GetServiceEndpointResponse, __MetadataBearer {} declare const GetServiceEndpointCommand_base: { new ( input: GetServiceEndpointCommandInput ): import("@smithy/smithy-client").CommandImpl< GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetServiceEndpointCommandInput] ): import("@smithy/smithy-client").CommandImpl< GetServiceEndpointCommandInput, GetServiceEndpointCommandOutput, IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetServiceEndpointCommand extends GetServiceEndpointCommand_base { protected static __types: { api: { input: GetServiceEndpointRequest; output: GetServiceEndpointResponse; }; sdk: { input: GetServiceEndpointCommandInput; output: GetServiceEndpointCommandOutput; }; }; }