import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CloudTrailClient"; import { GetEventConfigurationRequest, GetEventConfigurationResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetEventConfigurationCommandInput extends GetEventConfigurationRequest {} export interface GetEventConfigurationCommandOutput extends GetEventConfigurationResponse, __MetadataBearer {} declare const GetEventConfigurationCommand_base: { new ( input: GetEventConfigurationCommandInput ): import("@smithy/smithy-client").CommandImpl< GetEventConfigurationCommandInput, GetEventConfigurationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetEventConfigurationCommandInput] ): import("@smithy/smithy-client").CommandImpl< GetEventConfigurationCommandInput, GetEventConfigurationCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetEventConfigurationCommand extends GetEventConfigurationCommand_base { protected static __types: { api: { input: GetEventConfigurationRequest; output: GetEventConfigurationResponse; }; sdk: { input: GetEventConfigurationCommandInput; output: GetEventConfigurationCommandOutput; }; }; }