import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateFlywheelRequest, CreateFlywheelResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateFlywheelCommandInput extends CreateFlywheelRequest {} export interface CreateFlywheelCommandOutput extends CreateFlywheelResponse, __MetadataBearer {} declare const CreateFlywheelCommand_base: { new ( input: CreateFlywheelCommandInput, ): import("@smithy/core/client").CommandImpl< CreateFlywheelCommandInput, CreateFlywheelCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateFlywheelCommandInput, ): import("@smithy/core/client").CommandImpl< CreateFlywheelCommandInput, CreateFlywheelCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateFlywheelCommand extends CreateFlywheelCommand_base { protected static __types: { api: { input: CreateFlywheelRequest; output: CreateFlywheelResponse; }; sdk: { input: CreateFlywheelCommandInput; output: CreateFlywheelCommandOutput; }; }; }