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