import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetMeetingRequest, GetMeetingResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetMeetingCommandInput extends GetMeetingRequest {} export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataBearer {} declare const GetMeetingCommand_base: { new ( input: GetMeetingCommandInput ): import("@smithy/core/client").CommandImpl< GetMeetingCommandInput, GetMeetingCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetMeetingCommandInput ): import("@smithy/core/client").CommandImpl< GetMeetingCommandInput, GetMeetingCommandOutput, import("..").ChimeSDKMeetingsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetMeetingCommand extends GetMeetingCommand_base { protected static __types: { api: { input: GetMeetingRequest; output: GetMeetingResponse; }; sdk: { input: GetMeetingCommandInput; output: GetMeetingCommandOutput; }; }; }