import type { Paginator } from "@smithy/types"; import { GetTransitGatewayConnectPeerAssociationsCommandInput, GetTransitGatewayConnectPeerAssociationsCommandOutput } from "../commands/GetTransitGatewayConnectPeerAssociationsCommand"; import type { NetworkManagerPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetTransitGatewayConnectPeerAssociations: (config: NetworkManagerPaginationConfiguration, input: GetTransitGatewayConnectPeerAssociationsCommandInput, ...rest: any[]) => Paginator;