import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetBatchPredictionInput, GetBatchPredictionOutput } from "../models/models_0"; export { __MetadataBearer }; export interface GetBatchPredictionCommandInput extends GetBatchPredictionInput {} export interface GetBatchPredictionCommandOutput extends GetBatchPredictionOutput, __MetadataBearer {} declare const GetBatchPredictionCommand_base: { new ( input: GetBatchPredictionCommandInput, ): import("@smithy/core/client").CommandImpl< GetBatchPredictionCommandInput, GetBatchPredictionCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetBatchPredictionCommandInput, ): import("@smithy/core/client").CommandImpl< GetBatchPredictionCommandInput, GetBatchPredictionCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetBatchPredictionCommand extends GetBatchPredictionCommand_base { protected static __types: { api: { input: GetBatchPredictionInput; output: GetBatchPredictionOutput; }; sdk: { input: GetBatchPredictionCommandInput; output: GetBatchPredictionCommandOutput; }; }; }