import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetTransitGatewayConnectPeerAssociationsRequest, GetTransitGatewayConnectPeerAssociationsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetTransitGatewayConnectPeerAssociationsCommandInput extends GetTransitGatewayConnectPeerAssociationsRequest {} export interface GetTransitGatewayConnectPeerAssociationsCommandOutput extends GetTransitGatewayConnectPeerAssociationsResponse, __MetadataBearer {} declare const GetTransitGatewayConnectPeerAssociationsCommand_base: { new ( input: GetTransitGatewayConnectPeerAssociationsCommandInput, ): import("@smithy/core/client").CommandImpl< GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetTransitGatewayConnectPeerAssociationsCommandInput, ): import("@smithy/core/client").CommandImpl< GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetTransitGatewayConnectPeerAssociationsCommand extends GetTransitGatewayConnectPeerAssociationsCommand_base { protected static __types: { api: { input: GetTransitGatewayConnectPeerAssociationsRequest; output: GetTransitGatewayConnectPeerAssociationsResponse; }; sdk: { input: GetTransitGatewayConnectPeerAssociationsCommandInput; output: GetTransitGatewayConnectPeerAssociationsCommandOutput; }; }; }