import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { AcceptPredictionsInput, AcceptPredictionsOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface AcceptPredictionsCommandInput extends AcceptPredictionsInput {} export interface AcceptPredictionsCommandOutput extends AcceptPredictionsOutput, __MetadataBearer {} declare const AcceptPredictionsCommand_base: { new ( input: AcceptPredictionsCommandInput ): import("@smithy/core/client").CommandImpl< AcceptPredictionsCommandInput, AcceptPredictionsCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AcceptPredictionsCommandInput ): import("@smithy/core/client").CommandImpl< AcceptPredictionsCommandInput, AcceptPredictionsCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class AcceptPredictionsCommand extends AcceptPredictionsCommand_base { protected static __types: { api: { input: AcceptPredictionsInput; output: AcceptPredictionsOutput; }; sdk: { input: AcceptPredictionsCommandInput; output: AcceptPredictionsCommandOutput; }; }; }