import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteFlywheelRequest, DeleteFlywheelResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteFlywheelCommandInput extends DeleteFlywheelRequest {} export interface DeleteFlywheelCommandOutput extends DeleteFlywheelResponse, __MetadataBearer {} declare const DeleteFlywheelCommand_base: { new ( input: DeleteFlywheelCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteFlywheelCommandInput, DeleteFlywheelCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteFlywheelCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteFlywheelCommandInput, DeleteFlywheelCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteFlywheelCommand extends DeleteFlywheelCommand_base { protected static __types: { api: { input: DeleteFlywheelRequest; output: {}; }; sdk: { input: DeleteFlywheelCommandInput; output: DeleteFlywheelCommandOutput; }; }; }