import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetBatchPredictionJobsRequest, GetBatchPredictionJobsResult } from "../models/models_0"; export { __MetadataBearer }; export interface GetBatchPredictionJobsCommandInput extends GetBatchPredictionJobsRequest {} export interface GetBatchPredictionJobsCommandOutput extends GetBatchPredictionJobsResult, __MetadataBearer {} declare const GetBatchPredictionJobsCommand_base: { new ( input: GetBatchPredictionJobsCommandInput, ): import("@smithy/core/client").CommandImpl< GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetBatchPredictionJobsCommandInput] ): import("@smithy/core/client").CommandImpl< GetBatchPredictionJobsCommandInput, GetBatchPredictionJobsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetBatchPredictionJobsCommand extends GetBatchPredictionJobsCommand_base { protected static __types: { api: { input: GetBatchPredictionJobsRequest; output: GetBatchPredictionJobsResult; }; sdk: { input: GetBatchPredictionJobsCommandInput; output: GetBatchPredictionJobsCommandOutput; }; }; }