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