import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CloudWatchClient"; import { DeleteAnomalyDetectorInput, DeleteAnomalyDetectorOutput, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteAnomalyDetectorCommandInput extends DeleteAnomalyDetectorInput {} export interface DeleteAnomalyDetectorCommandOutput extends DeleteAnomalyDetectorOutput, __MetadataBearer {} declare const DeleteAnomalyDetectorCommand_base: { new ( input: DeleteAnomalyDetectorCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteAnomalyDetectorCommandInput, DeleteAnomalyDetectorCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DeleteAnomalyDetectorCommandInput] ): import("@smithy/smithy-client").CommandImpl< DeleteAnomalyDetectorCommandInput, DeleteAnomalyDetectorCommandOutput, CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteAnomalyDetectorCommand extends DeleteAnomalyDetectorCommand_base { protected static __types: { api: { input: DeleteAnomalyDetectorInput; output: {}; }; sdk: { input: DeleteAnomalyDetectorCommandInput; output: DeleteAnomalyDetectorCommandOutput; }; }; }