import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeFlywheelRequest, DescribeFlywheelResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DescribeFlywheelCommandInput extends DescribeFlywheelRequest {} export interface DescribeFlywheelCommandOutput extends DescribeFlywheelResponse, __MetadataBearer {} declare const DescribeFlywheelCommand_base: { new ( input: DescribeFlywheelCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeFlywheelCommandInput, DescribeFlywheelCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DescribeFlywheelCommandInput, ): import("@smithy/core/client").CommandImpl< DescribeFlywheelCommandInput, DescribeFlywheelCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DescribeFlywheelCommand extends DescribeFlywheelCommand_base { protected static __types: { api: { input: DescribeFlywheelRequest; output: DescribeFlywheelResponse; }; sdk: { input: DescribeFlywheelCommandInput; output: DescribeFlywheelCommandOutput; }; }; }