import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ChimeSDKMessagingClient"; import { GetMessagingSessionEndpointRequest, GetMessagingSessionEndpointResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetMessagingSessionEndpointCommandInput extends GetMessagingSessionEndpointRequest {} export interface GetMessagingSessionEndpointCommandOutput extends GetMessagingSessionEndpointResponse, __MetadataBearer {} declare const GetMessagingSessionEndpointCommand_base: { new ( input: GetMessagingSessionEndpointCommandInput ): import("@smithy/smithy-client").CommandImpl< GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetMessagingSessionEndpointCommandInput] ): import("@smithy/smithy-client").CommandImpl< GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetMessagingSessionEndpointCommand extends GetMessagingSessionEndpointCommand_base { protected static __types: { api: { input: GetMessagingSessionEndpointRequest; output: GetMessagingSessionEndpointResponse; }; sdk: { input: GetMessagingSessionEndpointCommandInput; output: GetMessagingSessionEndpointCommandOutput; }; }; }