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