import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteEventActionRequest } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteEventActionCommandInput extends DeleteEventActionRequest {} export interface DeleteEventActionCommandOutput extends __MetadataBearer {} declare const DeleteEventActionCommand_base: { new ( input: DeleteEventActionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEventActionCommandInput, DeleteEventActionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteEventActionCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteEventActionCommandInput, DeleteEventActionCommandOutput, import("..").DataExchangeClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteEventActionCommand extends DeleteEventActionCommand_base { protected static __types: { api: { input: DeleteEventActionRequest; output: {}; }; sdk: { input: DeleteEventActionCommandInput; output: DeleteEventActionCommandOutput; }; }; }