import type { Paginator } from "@smithy/types"; import { DescribeRecommendationExportJobsCommandInput, DescribeRecommendationExportJobsCommandOutput } from "../commands/DescribeRecommendationExportJobsCommand"; import type { ComputeOptimizerPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeRecommendationExportJobs: (config: ComputeOptimizerPaginationConfiguration, input: DescribeRecommendationExportJobsCommandInput, ...rest: any[]) => Paginator;