import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetEngagementInvitationRequest, GetEngagementInvitationResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetEngagementInvitationCommandInput extends GetEngagementInvitationRequest {} export interface GetEngagementInvitationCommandOutput extends GetEngagementInvitationResponse, __MetadataBearer {} declare const GetEngagementInvitationCommand_base: { new ( input: GetEngagementInvitationCommandInput, ): import("@smithy/core/client").CommandImpl< GetEngagementInvitationCommandInput, GetEngagementInvitationCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetEngagementInvitationCommandInput, ): import("@smithy/core/client").CommandImpl< GetEngagementInvitationCommandInput, GetEngagementInvitationCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetEngagementInvitationCommand extends GetEngagementInvitationCommand_base { protected static __types: { api: { input: GetEngagementInvitationRequest; output: GetEngagementInvitationResponse; }; sdk: { input: GetEngagementInvitationCommandInput; output: GetEngagementInvitationCommandOutput; }; }; }