import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateFlywheelRequest, UpdateFlywheelResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateFlywheelCommandInput extends UpdateFlywheelRequest {} export interface UpdateFlywheelCommandOutput extends UpdateFlywheelResponse, __MetadataBearer {} declare const UpdateFlywheelCommand_base: { new ( input: UpdateFlywheelCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateFlywheelCommandInput, UpdateFlywheelCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateFlywheelCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateFlywheelCommandInput, UpdateFlywheelCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateFlywheelCommand extends UpdateFlywheelCommand_base { protected static __types: { api: { input: UpdateFlywheelRequest; output: UpdateFlywheelResponse; }; sdk: { input: UpdateFlywheelCommandInput; output: UpdateFlywheelCommandOutput; }; }; }