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