import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteLaunchActionRequest, DeleteLaunchActionResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteLaunchActionCommandInput extends DeleteLaunchActionRequest {} export interface DeleteLaunchActionCommandOutput extends DeleteLaunchActionResponse, __MetadataBearer {} declare const DeleteLaunchActionCommand_base: { new ( input: DeleteLaunchActionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteLaunchActionCommandInput, DeleteLaunchActionCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteLaunchActionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteLaunchActionCommandInput, DeleteLaunchActionCommandOutput, import("..").DrsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteLaunchActionCommand extends DeleteLaunchActionCommand_base { protected static __types: { api: { input: DeleteLaunchActionRequest; output: {}; }; sdk: { input: DeleteLaunchActionCommandInput; output: DeleteLaunchActionCommandOutput; }; }; }