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