import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateLaunchConfigurationType } from "../models/models_0"; export { __MetadataBearer }; export interface CreateLaunchConfigurationCommandInput extends CreateLaunchConfigurationType {} export interface CreateLaunchConfigurationCommandOutput extends __MetadataBearer {} declare const CreateLaunchConfigurationCommand_base: { new ( input: CreateLaunchConfigurationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLaunchConfigurationCommandInput, CreateLaunchConfigurationCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateLaunchConfigurationCommandInput, ): import("@smithy/core/client").CommandImpl< CreateLaunchConfigurationCommandInput, CreateLaunchConfigurationCommandOutput, import("..").AutoScalingClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateLaunchConfigurationCommand extends CreateLaunchConfigurationCommand_base { protected static __types: { api: { input: CreateLaunchConfigurationType; output: {}; }; sdk: { input: CreateLaunchConfigurationCommandInput; output: CreateLaunchConfigurationCommandOutput; }; }; }