import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { EnableFastLaunchRequest, EnableFastLaunchResult, } from "../models/models_5"; export { __MetadataBearer }; export { $Command }; export interface EnableFastLaunchCommandInput extends EnableFastLaunchRequest {} export interface EnableFastLaunchCommandOutput extends EnableFastLaunchResult, __MetadataBearer {} declare const EnableFastLaunchCommand_base: { new ( input: EnableFastLaunchCommandInput ): import("@smithy/smithy-client").CommandImpl< EnableFastLaunchCommandInput, EnableFastLaunchCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: EnableFastLaunchCommandInput ): import("@smithy/smithy-client").CommandImpl< EnableFastLaunchCommandInput, EnableFastLaunchCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class EnableFastLaunchCommand extends EnableFastLaunchCommand_base { protected static __types: { api: { input: EnableFastLaunchRequest; output: EnableFastLaunchResult; }; sdk: { input: EnableFastLaunchCommandInput; output: EnableFastLaunchCommandOutput; }; }; }