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