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