import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteBatchPredictionInput, DeleteBatchPredictionOutput } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteBatchPredictionCommandInput extends DeleteBatchPredictionInput {} export interface DeleteBatchPredictionCommandOutput extends DeleteBatchPredictionOutput, __MetadataBearer {} declare const DeleteBatchPredictionCommand_base: { new ( input: DeleteBatchPredictionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteBatchPredictionCommandInput, DeleteBatchPredictionCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteBatchPredictionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteBatchPredictionCommandInput, DeleteBatchPredictionCommandOutput, import("..").MachineLearningClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteBatchPredictionCommand extends DeleteBatchPredictionCommand_base { protected static __types: { api: { input: DeleteBatchPredictionInput; output: DeleteBatchPredictionOutput; }; sdk: { input: DeleteBatchPredictionCommandInput; output: DeleteBatchPredictionCommandOutput; }; }; }