import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { DescribeFleetHistoryRequest, DescribeFleetHistoryResult, } from "../models/models_3"; export { __MetadataBearer }; export { $Command }; export interface DescribeFleetHistoryCommandInput extends DescribeFleetHistoryRequest {} export interface DescribeFleetHistoryCommandOutput extends DescribeFleetHistoryResult, __MetadataBearer {} declare const DescribeFleetHistoryCommand_base: { new ( input: DescribeFleetHistoryCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeFleetHistoryCommandInput, DescribeFleetHistoryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DescribeFleetHistoryCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeFleetHistoryCommandInput, DescribeFleetHistoryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeFleetHistoryCommand extends DescribeFleetHistoryCommand_base { protected static __types: { api: { input: DescribeFleetHistoryRequest; output: DescribeFleetHistoryResult; }; sdk: { input: DescribeFleetHistoryCommandInput; output: DescribeFleetHistoryCommandOutput; }; }; }