import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetMpaTeamAssociationInput, GetMpaTeamAssociationOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetMpaTeamAssociationCommandInput extends GetMpaTeamAssociationInput {} export interface GetMpaTeamAssociationCommandOutput extends GetMpaTeamAssociationOutput, __MetadataBearer {} declare const GetMpaTeamAssociationCommand_base: { new ( input: GetMpaTeamAssociationCommandInput, ): import("@smithy/core/client").CommandImpl< GetMpaTeamAssociationCommandInput, GetMpaTeamAssociationCommandOutput, import("..").PaymentCryptographyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetMpaTeamAssociationCommandInput, ): import("@smithy/core/client").CommandImpl< GetMpaTeamAssociationCommandInput, GetMpaTeamAssociationCommandOutput, import("..").PaymentCryptographyClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetMpaTeamAssociationCommand extends GetMpaTeamAssociationCommand_base { protected static __types: { api: { input: GetMpaTeamAssociationInput; output: GetMpaTeamAssociationOutput; }; sdk: { input: GetMpaTeamAssociationCommandInput; output: GetMpaTeamAssociationCommandOutput; }; }; }