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