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