import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetExternalModelsRequest, GetExternalModelsResult } from "../models/models_0"; export { __MetadataBearer }; export interface GetExternalModelsCommandInput extends GetExternalModelsRequest {} export interface GetExternalModelsCommandOutput extends GetExternalModelsResult, __MetadataBearer {} declare const GetExternalModelsCommand_base: { new ( input: GetExternalModelsCommandInput, ): import("@smithy/core/client").CommandImpl< GetExternalModelsCommandInput, GetExternalModelsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetExternalModelsCommandInput] ): import("@smithy/core/client").CommandImpl< GetExternalModelsCommandInput, GetExternalModelsCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetExternalModelsCommand extends GetExternalModelsCommand_base { protected static __types: { api: { input: GetExternalModelsRequest; output: GetExternalModelsResult; }; sdk: { input: GetExternalModelsCommandInput; output: GetExternalModelsCommandOutput; }; }; }