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