import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetEventRequest, GetEventResult } from "../models/models_0"; export { __MetadataBearer }; export interface GetEventCommandInput extends GetEventRequest {} export interface GetEventCommandOutput extends GetEventResult, __MetadataBearer {} declare const GetEventCommand_base: { new ( input: GetEventCommandInput, ): import("@smithy/core/client").CommandImpl< GetEventCommandInput, GetEventCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetEventCommandInput, ): import("@smithy/core/client").CommandImpl< GetEventCommandInput, GetEventCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetEventCommand extends GetEventCommand_base { protected static __types: { api: { input: GetEventRequest; output: GetEventResult; }; sdk: { input: GetEventCommandInput; output: GetEventCommandOutput; }; }; }