import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAnomalyDetectorRequest } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAnomalyDetectorCommandInput extends DeleteAnomalyDetectorRequest {} export interface DeleteAnomalyDetectorCommandOutput extends __MetadataBearer {} declare const DeleteAnomalyDetectorCommand_base: { new ( input: DeleteAnomalyDetectorCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAnomalyDetectorCommandInput, DeleteAnomalyDetectorCommandOutput, import("..").AmpClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAnomalyDetectorCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAnomalyDetectorCommandInput, DeleteAnomalyDetectorCommandOutput, import("..").AmpClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAnomalyDetectorCommand extends DeleteAnomalyDetectorCommand_base { protected static __types: { api: { input: DeleteAnomalyDetectorRequest; output: {}; }; sdk: { input: DeleteAnomalyDetectorCommandInput; output: DeleteAnomalyDetectorCommandOutput; }; }; }