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