import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PutExternalModelRequest, PutExternalModelResult } from "../models/models_0"; export { __MetadataBearer }; export interface PutExternalModelCommandInput extends PutExternalModelRequest {} export interface PutExternalModelCommandOutput extends PutExternalModelResult, __MetadataBearer {} declare const PutExternalModelCommand_base: { new ( input: PutExternalModelCommandInput, ): import("@smithy/core/client").CommandImpl< PutExternalModelCommandInput, PutExternalModelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: PutExternalModelCommandInput, ): import("@smithy/core/client").CommandImpl< PutExternalModelCommandInput, PutExternalModelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class PutExternalModelCommand extends PutExternalModelCommand_base { protected static __types: { api: { input: PutExternalModelRequest; output: {}; }; sdk: { input: PutExternalModelCommandInput; output: PutExternalModelCommandOutput; }; }; }