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