import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateLaunchConfigurationTemplateRequest, UpdateLaunchConfigurationTemplateResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateLaunchConfigurationTemplateCommandInput extends UpdateLaunchConfigurationTemplateRequest {} export interface UpdateLaunchConfigurationTemplateCommandOutput extends UpdateLaunchConfigurationTemplateResponse, __MetadataBearer {} declare const UpdateLaunchConfigurationTemplateCommand_base: { new ( input: UpdateLaunchConfigurationTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateLaunchConfigurationTemplateCommandInput, UpdateLaunchConfigurationTemplateCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateLaunchConfigurationTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateLaunchConfigurationTemplateCommandInput, UpdateLaunchConfigurationTemplateCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateLaunchConfigurationTemplateCommand extends UpdateLaunchConfigurationTemplateCommand_base { protected static __types: { api: { input: UpdateLaunchConfigurationTemplateRequest; output: UpdateLaunchConfigurationTemplateResponse; }; sdk: { input: UpdateLaunchConfigurationTemplateCommandInput; output: UpdateLaunchConfigurationTemplateCommandOutput; }; }; }