import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartFlywheelIterationRequest, StartFlywheelIterationResponse } from "../models/models_0"; export { __MetadataBearer }; export interface StartFlywheelIterationCommandInput extends StartFlywheelIterationRequest {} export interface StartFlywheelIterationCommandOutput extends StartFlywheelIterationResponse, __MetadataBearer {} declare const StartFlywheelIterationCommand_base: { new ( input: StartFlywheelIterationCommandInput, ): import("@smithy/core/client").CommandImpl< StartFlywheelIterationCommandInput, StartFlywheelIterationCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartFlywheelIterationCommandInput, ): import("@smithy/core/client").CommandImpl< StartFlywheelIterationCommandInput, StartFlywheelIterationCommandOutput, import("..").ComprehendClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartFlywheelIterationCommand extends StartFlywheelIterationCommand_base { protected static __types: { api: { input: StartFlywheelIterationRequest; output: StartFlywheelIterationResponse; }; sdk: { input: StartFlywheelIterationCommandInput; output: StartFlywheelIterationCommandOutput; }; }; }