import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetEntityTypesRequest, GetEntityTypesResult } from "../models/models_0"; export { __MetadataBearer }; export interface GetEntityTypesCommandInput extends GetEntityTypesRequest {} export interface GetEntityTypesCommandOutput extends GetEntityTypesResult, __MetadataBearer {} declare const GetEntityTypesCommand_base: { new ( input: GetEntityTypesCommandInput, ): import("@smithy/core/client").CommandImpl< GetEntityTypesCommandInput, GetEntityTypesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetEntityTypesCommandInput] ): import("@smithy/core/client").CommandImpl< GetEntityTypesCommandInput, GetEntityTypesCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetEntityTypesCommand extends GetEntityTypesCommand_base { protected static __types: { api: { input: GetEntityTypesRequest; output: GetEntityTypesResult; }; sdk: { input: GetEntityTypesCommandInput; output: GetEntityTypesCommandOutput; }; }; }