import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetEndpointRequest, GetEndpointResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetEndpointCommandInput extends GetEndpointRequest {} export interface GetEndpointCommandOutput extends GetEndpointResponse, __MetadataBearer {} declare const GetEndpointCommand_base: { new ( input: GetEndpointCommandInput, ): import("@smithy/core/client").CommandImpl< GetEndpointCommandInput, GetEndpointCommandOutput, import("..").IotDeviceAdvisorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetEndpointCommandInput] ): import("@smithy/core/client").CommandImpl< GetEndpointCommandInput, GetEndpointCommandOutput, import("..").IotDeviceAdvisorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetEndpointCommand extends GetEndpointCommand_base { protected static __types: { api: { input: GetEndpointRequest; output: GetEndpointResponse; }; sdk: { input: GetEndpointCommandInput; output: GetEndpointCommandOutput; }; }; }