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