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