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