import type { Paginator } from "@smithy/types"; import { DescribeBatchPredictionsCommandInput, DescribeBatchPredictionsCommandOutput } from "../commands/DescribeBatchPredictionsCommand"; import type { MachineLearningPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeBatchPredictions: (config: MachineLearningPaginationConfiguration, input: DescribeBatchPredictionsCommandInput, ...rest: any[]) => Paginator;