import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetEventPredictionMetadataRequest, GetEventPredictionMetadataResult, } from "../models/models_0"; export { __MetadataBearer }; export interface GetEventPredictionMetadataCommandInput extends GetEventPredictionMetadataRequest {} export interface GetEventPredictionMetadataCommandOutput extends GetEventPredictionMetadataResult, __MetadataBearer {} declare const GetEventPredictionMetadataCommand_base: { new ( input: GetEventPredictionMetadataCommandInput, ): import("@smithy/core/client").CommandImpl< GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetEventPredictionMetadataCommandInput, ): import("@smithy/core/client").CommandImpl< GetEventPredictionMetadataCommandInput, GetEventPredictionMetadataCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetEventPredictionMetadataCommand extends GetEventPredictionMetadataCommand_base { protected static __types: { api: { input: GetEventPredictionMetadataRequest; output: GetEventPredictionMetadataResult; }; sdk: { input: GetEventPredictionMetadataCommandInput; output: GetEventPredictionMetadataCommandOutput; }; }; }