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