import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CancelBatchPredictionJobRequest, CancelBatchPredictionJobResult, } from "../models/models_0"; export { __MetadataBearer }; export interface CancelBatchPredictionJobCommandInput extends CancelBatchPredictionJobRequest {} export interface CancelBatchPredictionJobCommandOutput extends CancelBatchPredictionJobResult, __MetadataBearer {} declare const CancelBatchPredictionJobCommand_base: { new ( input: CancelBatchPredictionJobCommandInput, ): import("@smithy/core/client").CommandImpl< CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CancelBatchPredictionJobCommandInput, ): import("@smithy/core/client").CommandImpl< CancelBatchPredictionJobCommandInput, CancelBatchPredictionJobCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CancelBatchPredictionJobCommand extends CancelBatchPredictionJobCommand_base { protected static __types: { api: { input: CancelBatchPredictionJobRequest; output: {}; }; sdk: { input: CancelBatchPredictionJobCommandInput; output: CancelBatchPredictionJobCommandOutput; }; }; }