import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateBatchPredictionInput, UpdateBatchPredictionOutput } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateBatchPredictionCommandInput extends UpdateBatchPredictionInput {} export interface UpdateBatchPredictionCommandOutput extends UpdateBatchPredictionOutput, __MetadataBearer {} declare const UpdateBatchPredictionCommand_base: { new ( input: UpdateBatchPredictionCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateBatchPredictionCommandInput, UpdateBatchPredictionCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateBatchPredictionCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateBatchPredictionCommandInput, UpdateBatchPredictionCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateBatchPredictionCommand extends UpdateBatchPredictionCommand_base { protected static __types: { api: { input: UpdateBatchPredictionInput; output: UpdateBatchPredictionOutput; }; sdk: { input: UpdateBatchPredictionCommandInput; output: UpdateBatchPredictionCommandOutput; }; }; }