import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateBatchPredictionJobRequest, CreateBatchPredictionJobResult, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateBatchPredictionJobCommandInput extends CreateBatchPredictionJobRequest {} export interface CreateBatchPredictionJobCommandOutput extends CreateBatchPredictionJobResult, __MetadataBearer {} declare const CreateBatchPredictionJobCommand_base: { new ( input: CreateBatchPredictionJobCommandInput, ): import("@smithy/core/client").CommandImpl< CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateBatchPredictionJobCommandInput, ): import("@smithy/core/client").CommandImpl< CreateBatchPredictionJobCommandInput, CreateBatchPredictionJobCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateBatchPredictionJobCommand extends CreateBatchPredictionJobCommand_base { protected static __types: { api: { input: CreateBatchPredictionJobRequest; output: {}; }; sdk: { input: CreateBatchPredictionJobCommandInput; output: CreateBatchPredictionJobCommandOutput; }; }; }