import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateEventBusRequest, CreateEventBusResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateEventBusCommandInput extends CreateEventBusRequest {} export interface CreateEventBusCommandOutput extends CreateEventBusResponse, __MetadataBearer {} declare const CreateEventBusCommand_base: { new ( input: CreateEventBusCommandInput, ): import("@smithy/core/client").CommandImpl< CreateEventBusCommandInput, CreateEventBusCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateEventBusCommandInput, ): import("@smithy/core/client").CommandImpl< CreateEventBusCommandInput, CreateEventBusCommandOutput, import("..").CloudWatchEventsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateEventBusCommand extends CreateEventBusCommand_base { protected static __types: { api: { input: CreateEventBusRequest; output: CreateEventBusResponse; }; sdk: { input: CreateEventBusCommandInput; output: CreateEventBusCommandOutput; }; }; }