import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetEventPredictionRequest, GetEventPredictionResult } from "../models/models_0"; export { __MetadataBearer }; export interface GetEventPredictionCommandInput extends GetEventPredictionRequest {} export interface GetEventPredictionCommandOutput extends GetEventPredictionResult, __MetadataBearer {} declare const GetEventPredictionCommand_base: { new ( input: GetEventPredictionCommandInput, ): import("@smithy/core/client").CommandImpl< GetEventPredictionCommandInput, GetEventPredictionCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetEventPredictionCommandInput, ): import("@smithy/core/client").CommandImpl< GetEventPredictionCommandInput, GetEventPredictionCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetEventPredictionCommand extends GetEventPredictionCommand_base { protected static __types: { api: { input: GetEventPredictionRequest; output: GetEventPredictionResult; }; sdk: { input: GetEventPredictionCommandInput; output: GetEventPredictionCommandOutput; }; }; }