import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EvidentlyClient"; import { UpdateLaunchRequest, UpdateLaunchResponse } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface UpdateLaunchCommandInput extends UpdateLaunchRequest {} export interface UpdateLaunchCommandOutput extends UpdateLaunchResponse, __MetadataBearer {} declare const UpdateLaunchCommand_base: { new ( input: UpdateLaunchCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateLaunchCommandInput, UpdateLaunchCommandOutput, EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateLaunchCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateLaunchCommandInput, UpdateLaunchCommandOutput, EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateLaunchCommand extends UpdateLaunchCommand_base { protected static __types: { api: { input: UpdateLaunchRequest; output: UpdateLaunchResponse; }; sdk: { input: UpdateLaunchCommandInput; output: UpdateLaunchCommandOutput; }; }; }