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