import type { Paginator } from "@smithy/types"; import { DescribeTransitGatewayPeeringAttachmentsCommandInput, DescribeTransitGatewayPeeringAttachmentsCommandOutput } from "../commands/DescribeTransitGatewayPeeringAttachmentsCommand"; import type { EC2PaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeTransitGatewayPeeringAttachments: (config: EC2PaginationConfiguration, input: DescribeTransitGatewayPeeringAttachmentsCommandInput, ...rest: any[]) => Paginator;