import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AssociateMpaTeamInput, AssociateMpaTeamOutput } from "../models/models_0"; export { __MetadataBearer }; export interface AssociateMpaTeamCommandInput extends AssociateMpaTeamInput {} export interface AssociateMpaTeamCommandOutput extends AssociateMpaTeamOutput, __MetadataBearer {} declare const AssociateMpaTeamCommand_base: { new ( input: AssociateMpaTeamCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateMpaTeamCommandInput, AssociateMpaTeamCommandOutput, import("..").PaymentCryptographyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AssociateMpaTeamCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateMpaTeamCommandInput, AssociateMpaTeamCommandOutput, import("..").PaymentCryptographyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AssociateMpaTeamCommand extends AssociateMpaTeamCommand_base { protected static __types: { api: { input: AssociateMpaTeamInput; output: AssociateMpaTeamOutput; }; sdk: { input: AssociateMpaTeamCommandInput; output: AssociateMpaTeamCommandOutput; }; }; }