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