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