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