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