import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateBatchPredictionInput, CreateBatchPredictionOutput } from "../models/models_0"; export { __MetadataBearer }; export interface CreateBatchPredictionCommandInput extends CreateBatchPredictionInput {} export interface CreateBatchPredictionCommandOutput extends CreateBatchPredictionOutput, __MetadataBearer {} declare const CreateBatchPredictionCommand_base: { new ( input: CreateBatchPredictionCommandInput, ): import("@smithy/core/client").CommandImpl< CreateBatchPredictionCommandInput, CreateBatchPredictionCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateBatchPredictionCommandInput, ): import("@smithy/core/client").CommandImpl< CreateBatchPredictionCommandInput, CreateBatchPredictionCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateBatchPredictionCommand extends CreateBatchPredictionCommand_base { protected static __types: { api: { input: CreateBatchPredictionInput; output: CreateBatchPredictionOutput; }; sdk: { input: CreateBatchPredictionCommandInput; output: CreateBatchPredictionCommandOutput; }; }; }