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