import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { RejectPredictionsInput, RejectPredictionsOutput, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface RejectPredictionsCommandInput extends RejectPredictionsInput {} export interface RejectPredictionsCommandOutput extends RejectPredictionsOutput, __MetadataBearer {} declare const RejectPredictionsCommand_base: { new ( input: RejectPredictionsCommandInput ): import("@smithy/core/client").CommandImpl< RejectPredictionsCommandInput, RejectPredictionsCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: RejectPredictionsCommandInput ): import("@smithy/core/client").CommandImpl< RejectPredictionsCommandInput, RejectPredictionsCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class RejectPredictionsCommand extends RejectPredictionsCommand_base { protected static __types: { api: { input: RejectPredictionsInput; output: RejectPredictionsOutput; }; sdk: { input: RejectPredictionsCommandInput; output: RejectPredictionsCommandOutput; }; }; }