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