import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetEventTypesRequest, GetEventTypesResult } from "../models/models_0"; export { __MetadataBearer }; export interface GetEventTypesCommandInput extends GetEventTypesRequest {} export interface GetEventTypesCommandOutput extends GetEventTypesResult, __MetadataBearer {} declare const GetEventTypesCommand_base: { new ( input: GetEventTypesCommandInput, ): import("@smithy/core/client").CommandImpl< GetEventTypesCommandInput, GetEventTypesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetEventTypesCommandInput] ): import("@smithy/core/client").CommandImpl< GetEventTypesCommandInput, GetEventTypesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetEventTypesCommand extends GetEventTypesCommand_base { protected static __types: { api: { input: GetEventTypesRequest; output: GetEventTypesResult; }; sdk: { input: GetEventTypesCommandInput; output: GetEventTypesCommandOutput; }; }; }