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