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