import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateEngagementInvitationRequest, CreateEngagementInvitationResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateEngagementInvitationCommandInput extends CreateEngagementInvitationRequest {} export interface CreateEngagementInvitationCommandOutput extends CreateEngagementInvitationResponse, __MetadataBearer {} declare const CreateEngagementInvitationCommand_base: { new ( input: CreateEngagementInvitationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateEngagementInvitationCommandInput, CreateEngagementInvitationCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateEngagementInvitationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateEngagementInvitationCommandInput, CreateEngagementInvitationCommandOutput, import("..").PartnerCentralSellingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateEngagementInvitationCommand extends CreateEngagementInvitationCommand_base { protected static __types: { api: { input: CreateEngagementInvitationRequest; output: CreateEngagementInvitationResponse; }; sdk: { input: CreateEngagementInvitationCommandInput; output: CreateEngagementInvitationCommandOutput; }; }; }