import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteExternalModelRequest, DeleteExternalModelResult } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteExternalModelCommandInput extends DeleteExternalModelRequest {} export interface DeleteExternalModelCommandOutput extends DeleteExternalModelResult, __MetadataBearer {} declare const DeleteExternalModelCommand_base: { new ( input: DeleteExternalModelCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteExternalModelCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteExternalModelCommandInput, DeleteExternalModelCommandOutput, import("..").FraudDetectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteExternalModelCommand extends DeleteExternalModelCommand_base { protected static __types: { api: { input: DeleteExternalModelRequest; output: {}; }; sdk: { input: DeleteExternalModelCommandInput; output: DeleteExternalModelCommandOutput; }; }; }