import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteBatchPredictionJobRequest, DeleteBatchPredictionJobResult, } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteBatchPredictionJobCommandInput extends DeleteBatchPredictionJobRequest {} export interface DeleteBatchPredictionJobCommandOutput extends DeleteBatchPredictionJobResult, __MetadataBearer {} declare const DeleteBatchPredictionJobCommand_base: { new ( input: DeleteBatchPredictionJobCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteBatchPredictionJobCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteBatchPredictionJobCommandInput, DeleteBatchPredictionJobCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteBatchPredictionJobCommand extends DeleteBatchPredictionJobCommand_base { protected static __types: { api: { input: DeleteBatchPredictionJobRequest; output: {}; }; sdk: { input: DeleteBatchPredictionJobCommandInput; output: DeleteBatchPredictionJobCommandOutput; }; }; }