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