import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../IoTClient"; import { DeleteFleetMetricRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteFleetMetricCommandInput extends DeleteFleetMetricRequest {} export interface DeleteFleetMetricCommandOutput extends __MetadataBearer {} declare const DeleteFleetMetricCommand_base: { new ( input: DeleteFleetMetricCommandInput ): import("@smithy/core/client").CommandImpl< DeleteFleetMetricCommandInput, DeleteFleetMetricCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteFleetMetricCommandInput ): import("@smithy/core/client").CommandImpl< DeleteFleetMetricCommandInput, DeleteFleetMetricCommandOutput, IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteFleetMetricCommand extends DeleteFleetMetricCommand_base { protected static __types: { api: { input: DeleteFleetMetricRequest; output: {}; }; sdk: { input: DeleteFleetMetricCommandInput; output: DeleteFleetMetricCommandOutput; }; }; }