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