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