import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeBatchPredictionsInput, DescribeBatchPredictionsOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeBatchPredictionsCommandInput extends DescribeBatchPredictionsInput {} export interface DescribeBatchPredictionsCommandOutput extends DescribeBatchPredictionsOutput, __MetadataBearer {} declare const DescribeBatchPredictionsCommand_base: { new ( input: DescribeBatchPredictionsCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeBatchPredictionsCommandInput, DescribeBatchPredictionsCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [DescribeBatchPredictionsCommandInput] ): import("@smithy/core/client").CommandImpl< DescribeBatchPredictionsCommandInput, DescribeBatchPredictionsCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeBatchPredictionsCommand extends DescribeBatchPredictionsCommand_base { protected static __types: { api: { input: DescribeBatchPredictionsInput; output: DescribeBatchPredictionsOutput; }; sdk: { input: DescribeBatchPredictionsCommandInput; output: DescribeBatchPredictionsCommandOutput; }; }; }