import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { DescribeFleetMetricRequest, DescribeFleetMetricResponse, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DescribeFleetMetricCommandInput extends DescribeFleetMetricRequest {} export interface DescribeFleetMetricCommandOutput extends DescribeFleetMetricResponse, __MetadataBearer {} declare const DescribeFleetMetricCommand_base: { new ( input: DescribeFleetMetricCommandInput ): import("@smithy/core/client").CommandImpl< DescribeFleetMetricCommandInput, DescribeFleetMetricCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DescribeFleetMetricCommandInput ): import("@smithy/core/client").CommandImpl< DescribeFleetMetricCommandInput, DescribeFleetMetricCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DescribeFleetMetricCommand extends DescribeFleetMetricCommand_base { protected static __types: { api: { input: DescribeFleetMetricRequest; output: DescribeFleetMetricResponse; }; sdk: { input: DescribeFleetMetricCommandInput; output: DescribeFleetMetricCommandOutput; }; }; }