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