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